{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SemanticModelSelection", "title": "SemanticModelSelection", "type": "object", "properties": { "index": { "description": "The index of the selected semantic model", "type": "integer", "format": "int32", "example": 10 }, "identifier": { "$ref": "#/components/schemas/SemanticModelObject" } } }