{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DeploymentModel", "type": "object", "properties": { "format": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "source": { "type": "string" } } }