{
  "$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": "rESTfulPortFieldsGet",
      "enum": [
        "rESTfulPortFieldsGet",
        "rESTfulPortFieldsGetById",
        "getWapiV1PortFields",
        "getWapiV1PortFieldsId"
      ],
      "external_name": "ph_request_type"
    },
    "portRepresentationId": {
      "type": "number",
      "description": "Host port representation id.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "port_representation_id"
    },
    "typeGroup": {
      "type": "string",
      "description": "Type group: &#39;card_types&#39; or &#39;device_types&#39;.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "type_group"
    },
    "typeId": {
      "type": "number",
      "description": "Host type id.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "type_id"
    },
    "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": {}
}