{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvokeAsyncResponse", "title": "InvokeAsyncResponse", "type": "object", "deprecated": true, "properties": { "Status": { "allOf": [ { "$ref": "#/components/schemas/HttpStatus" }, { "description": "The status code." } ] } }, "description": "A success response (202 Accepted) indicates that the request is queued for invocation." }