{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Mapping", "type": "object", "properties": { "@type": { "type": "string" }, "id": { "type": "string" }, "orgId": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "createdBy": { "type": "string" }, "updatedBy": { "type": "string" }, "bundleObjectId": { "type": "string" }, "bundleVersion": { "type": "string" }, "templateId": { "type": "string" }, "deployTime": { "type": "string" }, "hasParameters": { "type": "boolean" }, "valid": { "type": "boolean" }, "fixedConnection": { "type": "boolean" }, "hasParametersDeployed": { "type": "boolean" }, "fixedConnectionDeployed": { "type": "boolean" }, "deployedTemplateId": { "type": "string" }, "tasks": { "type": "integer" }, "parameters": { "type": "array" }, "inOutParameters": { "type": "array" }, "references": { "type": "array" } } }