{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DeploymentPropertiesExtended", "type": "object", "properties": { "provisioningState": { "type": "string" }, "correlationId": { "type": "string" }, "timestamp": { "type": "string" }, "duration": { "type": "string" }, "outputs": { "type": "object" }, "mode": { "type": "string" } } }