{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Deployment", "type": "object", "description": "Deployment operation parameters.", "properties": { "location": { "type": "string", "description": "The location to store the deployment data." }, "tags": { "type": "object", "description": "Deployment tags." } } }