ArchiMate · JSON Structure

Archimate Model Exchange Api Model Import Request Structure

Type: object Properties: 2
Enterprise ArchitectureArchitecture FrameworkModeling LanguageBusiness ArchitectureTechnology ArchitectureStandardOpen Group

ModelImportRequest is a JSON Structure definition published by ArchiMate, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name content

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Model name",
      "example": "Imported Architecture Model"
    },
    "content": {
      "type": "string",
      "description": "AMEFF XML or JSON model content",
      "example": "<model>...</model>"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archimate/refs/heads/main/json-structure/archimate-model-exchange-api-model-import-request-structure.json",
  "name": "ModelImportRequest"
}