{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "Module variant data",
    "description": "Variant data for modules, there are two different types of variants: standard and material variants. Material variants can inherit properties from a material.",
    "type": "object",
    "oneOf": [
        {
            "$ref": "variant_standard.schema.json"
        },
        {
            "$ref": "variant_material.schema.json"
        }
    ]
}
