{ "type": "object", "properties": { "name": { "type": "string", "description": "Model name", "example": "Imported Architecture Model" }, "content": { "type": "string", "description": "AMEFF XML or JSON model content", "example": "..." } }, "$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" }