{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "rESTfulRackTypesGet",
      "enum": [
        "rESTfulRackTypesGet",
        "rESTfulRackTypesPut",
        "rESTfulRackTypesPost",
        "rESTfulRackTypesGetById",
        "putWapiV1RackTypesId",
        "rESTfulRackTypesDelete"
      ],
      "external_name": "ph_request_type"
    },
    "perPage": {
      "type": "number",
      "description": "Resources per page.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "per_page"
    },
    "showChildCollections": {
      "type": "boolean",
      "description": "If unset or set to false all unexpanded child\r\n            collections contain just a single &#34;href&#34; link. Otherwise they also contain basic collection\r\n            info.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "show_child_collections"
    }
  },
  "definitions": {}
}