ArchiMate · Schema

ElementList

Enterprise ArchitectureArchitecture FrameworkModeling LanguageBusiness ArchitectureTechnology ArchitectureStandardOpen Group

Properties

Name Type Description
elements array
totalCount integer Total element count
View JSON Schema on GitHub

JSON Schema

archimate-model-exchange-api-element-list-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "type": {},
          "layer": {},
          "description": {}
        }
      }
    },
    "totalCount": {
      "type": "integer",
      "description": "Total element count",
      "example": 85
    }
  },
  "$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-element-list-schema.json",
  "title": "ElementList"
}