{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AsyncId", "title": "AsyncId", "required": [ "asyncId" ], "type": "object", "properties": { "asyncId": { "type": "string", "example": "500123" } } }