{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeploymentConfig", "type": "object", "properties": { "scriptId": { "type": "string" }, "versionNumber": { "type": "integer" }, "manifestFileName": { "type": "string" }, "description": { "type": "string" } } }