{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_lists-async-response", "title": "lists_lists-async-response", "allOf": [ { "$ref": "#/components/schemas/lists_api-response-collection" }, { "properties": { "result": { "properties": { "operation_id": { "$ref": "#/components/schemas/lists_operation_id" } }, "type": "object" } }, "type": "object" } ] }