access_users_components-schemas-response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-users-components-schemas-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_users_components-schemas-response_collection",
  "title": "access_users_components-schemas-response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-collection"
    },
    {
      "properties": {
        "result_info": {
          "properties": {
            "count": {
              "example": 1
            },
            "page": {
              "example": 1
            },
            "per_page": {
              "example": 100
            },
            "total_count": {
              "example": 1
            }
          },
          "type": "object"
        }
      }
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/access_users"
          },
          "type": "array"
        }
      }
    }
  ]
}