ArchiMate · Schema

RelationshipList

Enterprise ArchitectureArchitecture FrameworkModeling LanguageBusiness ArchitectureTechnology ArchitectureStandardOpen Group

Properties

Name Type Description
relationships array
totalCount integer Total relationship count
View JSON Schema on GitHub

JSON Schema

archimate-model-exchange-api-relationship-list-schema.json Raw ↑
{
  "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"
}