zero-trust-gateway_list_item_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-list-item-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_list_item_response_collection",
  "title": "zero-trust-gateway_list_item_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/zero-trust-gateway_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/zero-trust-gateway_items"
          },
          "type": "array"
        }
      }
    },
    {
      "properties": {
        "result_info": {
          "properties": {
            "count": {
              "description": "Total results returned based on your search parameters.",
              "example": 1,
              "type": "number"
            },
            "page": {
              "description": "Current page within paginated list of results.",
              "example": 1,
              "type": "number"
            },
            "per_page": {
              "description": "Number of results per page of results.",
              "example": 20,
              "type": "number"
            },
            "total_count": {
              "description": "Total results available without any search parameters.",
              "example": 2000,
              "type": "number"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}