{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeploymentPropertiesExtended", "type": "object", "description": "Deployment properties with additional details.", "properties": { "provisioningState": { "type": "string", "description": "Denotes the state of provisioning." }, "correlationId": { "type": "string", "description": "The correlation ID of the deployment." }, "timestamp": { "type": "string", "description": "The timestamp of the template deployment." }, "duration": { "type": "string", "description": "The duration of the template deployment." }, "outputs": { "type": "object", "description": "Key/value pairs that represent deployment output." }, "mode": { "type": "string", "description": "The deployment mode." } } }