{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WorkflowVersionDetails", "type": "object", "properties": { "isAmp": { "type": "boolean" }, "fileName": { "type": "string" }, "author": { "type": "string" }, "copyright": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" }, "noOutputFilesMessage": { "type": "string" }, "outputMessage": { "type": "string" }, "url": { "type": "string" }, "urlText": { "type": "string" } } }