lists_items-list-response-collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-lists-items-list-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/lists_items-list-response-collection",
  "title": "lists_items-list-response-collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/lists_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/lists_items"
        },
        "result_info": {
          "properties": {
            "cursors": {
              "properties": {
                "after": {
                  "example": "yyy",
                  "type": "string"
                },
                "before": {
                  "example": "xxx",
                  "type": "string"
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ]
}