{ "type": "object", "name": "Version", "properties": { "apiName": { "type": "string" }, "enabled": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "showExplExternally": { "type": "boolean" }, "startDate": { "type": "string" }, "steps": { "type": "array", "description": "", "items": { "type": "string" } }, "variables": { "type": "array", "description": "", "items": { "type": "string" } }, "versionNumber": { "type": "integer" } }, "required": [ "apiName", "enabled", "id", "name", "showExplExternally", "startDate", "steps", "variables", "versionNumber" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }