{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AsyncPostTaskResult", "title": "AsyncPostTaskResult", "type": "object", "properties": { "status_code": { "type": "integer" }, "response": { "type": "object", "additionalProperties": { "description": "Any type" } } } }