{ "type": "object", "name": "Status200-RecordFound", "properties": { "apiName": { "type": "string" }, "contextDefinitions": { "type": "array", "description": "", "items": { "type": "string" } }, "id": { "type": "string" }, "name": { "type": "string" }, "usageType": { "type": "string" }, "versions": { "type": "array", "description": "", "items": { "type": "object", "properties": { "apiName": { "type": "string" }, "description": { "type": "string" }, "enabled": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "rank": { "type": "integer" }, "showExplExternally": { "type": "boolean" }, "startDate": { "type": "string" }, "steps": { "type": "array", "description": "", "items": { "type": "object", "properties": { "actionType": { "type": "string" }, "assignment": { "type": "object", "properties": { "assignedParameter": { "type": "object" }, "expression": { "type": "object" } }, "required": [ "assignedParameter", "expression" ] }, "description": { "type": "string" }, "name": { "type": "string" }, "resultIncluded": { "type": "boolean" }, "sequenceNumber": { "type": "integer" }, "shouldExposeConditionDetails": { "type": "boolean" }, "shouldExposeExecPathMsgOnly": { "type": "boolean" }, "shouldShowExplExternally": { "type": "boolean" }, "stepType": { "type": "string" } }, "required": [ "actionType", "assignment", "description", "name", "resultIncluded", "sequenceNumber", "shouldExposeConditionDetails", "shouldExposeExecPathMsgOnly", "shouldShowExplExternally", "stepType" ] } }, "variables": { "type": "array", "description": "", "items": { "type": "object", "properties": { "collection": { "type": "boolean" }, "dataType": { "type": "string" }, "description": { "type": "string" }, "input": { "type": "boolean" }, "name": { "type": "string" }, "output": { "type": "boolean" }, "type": { "type": "string" }, "value": { "type": "string" } }, "required": [ "collection", "dataType", "description", "input", "name", "output", "type", "value" ] } }, "versionNumber": { "type": "integer" } }, "required": [ "apiName", "description", "enabled", "id", "name", "rank", "showExplExternally", "startDate", "steps", "variables", "versionNumber" ] } } }, "required": [ "apiName", "contextDefinitions", "id", "name", "usageType", "versions" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }