{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_short_aliases",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Short Hermann-Mauguin symbol aliases",
    "x-optimade-type": "list",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "hm_short_aliases",
        "label": "hm_short_aliases_spacegroups"
    },
    "type": [
        "array",
        "null"
    ],
    "description": "Alternate ASCII forms of `hm_short` that are accepted for the same generated setting.\n\nThe preferred symbol is stored in `hm_short`.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        [
            "C c c a",
            "C c c b"
        ],
        [
            "A b a a",
            "A c a a"
        ]
    ],
    "items": {
        "x-optimade-type": "string",
        "type": [
            "string",
            "null"
        ],
        "description": "One alternate symbol string.",
        "x-optimade-unit": "inapplicable"
    }
}