{ "type": "object", "properties": { "relationships": { "type": "array", "items": { "type": "object", "properties": { "id": {}, "type": {}, "sourceId": {}, "targetId": {}, "label": {} } } }, "totalCount": { "type": "integer", "description": "Total relationship count", "example": 120 } }, "$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-relationship-list-schema.json", "title": "RelationshipList" }