{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModelVersion", "title": "ModelVersion", "type": "object", "properties": { "id": { "type": "string", "description": "Version identifier" }, "active": { "type": "boolean", "description": "Whether this is the active version" }, "snippet": { "type": "object", "description": "Summary metrics for the model version" } } }