tls-certificates-and-hostnames_mtls-management_components-schemas-certificate_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-mtls-management-components-sc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_mtls-management_components-schemas-certificate_response_collection",
  "title": "tls-certificates-and-hostnames_mtls-management_components-schemas-certificate_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-certificateObject"
          },
          "type": "array"
        }
      }
    },
    {
      "properties": {
        "result_info": {
          "properties": {
            "count": {
              "example": 1
            },
            "page": {
              "example": 1
            },
            "per_page": {
              "example": 50
            },
            "total_count": {
              "example": 1
            },
            "total_pages": {
              "description": "Total pages available of results",
              "example": 1,
              "type": "number"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}