{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Model3dContent", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "MODEL_3D" ] } } }