{
  "$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": "rESTfulSearchGet",
      "enum": [
        "rESTfulSearchGet"
      ],
      "external_name": "ph_request_type"
    },
    "parentDiagram": {
      "type": "string",
      "description": "Optional. Specifies a parent diagram to search on. Should contain the diagram&#39;s href.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "parent_diagram"
    },
    "includeSubdiagrams": {
      "type": "boolean",
      "description": "If true, includes sub diagrams when &#39;parent_diagram&#39; is set.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "include_subdiagrams"
    },
    "exactMatch": {
      "type": "boolean",
      "description": "If true, the exact match criteria is used for searching.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "exact_match"
    },
    "resourceType": {
      "type": "string",
      "description": "Restricts search results only by resources of this object type\r\n            (see the remark for available object types).",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "resource_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": {}
}