{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExtensionDeploymentStatus", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "publisher": { "type": "string" }, "operationType": { "type": "string" }, "status": { "type": "string" }, "appVersion": { "type": "string" }, "startedOn": { "type": "string" } } }