{ "type": "object", "properties": { "models": { "type": "array", "items": { "type": "object", "properties": { "id": {}, "name": {}, "version": {}, "language": {}, "createdAt": {}, "modifiedAt": {} } } }, "totalCount": { "type": "integer", "description": "Total number of models", "example": 5 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/archimate/refs/heads/main/json-schema/archimate-model-exchange-api-model-list-schema.json", "title": "ModelList" }