{
  "$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": "rESTfulLinkTypePropertiesGet",
      "enum": [
        "rESTfulLinkTypePropertiesGet",
        "rESTfulLinkTypePropertiesPut",
        "rESTfulLinkTypePropertiesPost",
        "rESTfulLinkTypePropertiesGetById",
        "getWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "putWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "postWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId",
        "putWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId",
        "rESTfulLinkTypePropertiesDelete"
      ],
      "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"
    },
    "linkTypeId": {
      "type": "string",
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "link_type_id"
    }
  },
  "definitions": {}
}