Properties of the deployment model.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeploymentModel", "type": "object", "description": "Properties of the deployment model.", "properties": { "format": { "type": "string", "description": "Deployment model format." }, "name": { "type": "string", "description": "Deployment model name." }, "version": { "type": "string", "description": "Deployment model version." }, "source": { "type": "string", "description": "Optional. Deployment model source ARM resource ID." } } }