{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "Module model",
    "description": "Modules and improvements can provide their items with models that the item render when displayed in the world (or in a UI).",
    "type": "object",
    "oneOf": [
        {
            "$ref": "grid_texture.schema.json"
        },
        {
            "$ref": "filtered_grid_texture.schema.json"
        },
        {
            "$ref": "shield.schema.json"
        }
    ]
}
