{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AsyncOperation", "type": "object", "properties": { "id": { "type": "string" }, "state": { "type": "string" }, "checkDuration": { "type": "string" }, "operationType": { "type": "string" }, "startedTime": { "type": "string" }, "finishedTime": { "type": "string" }, "failureReason": { "type": "string" } } }