{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/is_centric",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "is centric",
    "x-optimade-type": "boolean",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "is_centric",
        "label": "is_centric_spacegroups"
    },
    "type": [
        "boolean",
        "null"
    ],
    "description": "Boolean flag indicating whether the space group is centric.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        false,
        true
    ]
}