{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_cosets",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Number of cosets",
    "x-optimade-type": "integer",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "n_cosets",
        "label": "n_cosets_transformations"
    },
    "type": [
        "integer",
        "null"
    ],
    "description": "Number of affine normalizer coset representatives stored for the setting.\n\nThis value MUST equal the length of the `affine_normalizer_cosets` list of the containing record.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        63,
        31
    ]
}