{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Model", "type": "object", "properties": { "id": { "type": "string" }, "object": { "type": "string" }, "created": { "type": "integer" }, "owned_by": { "type": "string" }, "capabilities": { "type": "object" }, "lifecycle_status": { "type": "string" }, "deprecation": { "type": "object" } } }