{
  "$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": "rESTfulNodeMapCoordinatesGetMapCoordinates",
      "enum": [
        "rESTfulNodeMapCoordinatesGetMapCoordinates",
        "rESTfulNodeMapCoordinatesPut"
      ],
      "external_name": "ph_request_type"
    },
    "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": {}
}