lists_lists-async-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-lists-lists-async-response-schema.json Raw ↑
{
  "$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"
    }
  ]
}