{
  "$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": "postV6dhcpserverDelete",
      "enum": [
        "postV6dhcpserverDelete",
        "getV6dhcpserverGenerateConfig",
        "postV6dhcpserverSyncall",
        "postV6dhcpserverEdit",
        "getV6dhcpserverServerConfiguration",
        "getV6dhcpserverSearch",
        "getV6dhcpserverPrimaryServersList",
        "getV6dhcpserverV6dhcpActiveLeases",
        "listbyorg",
        "getV6dhcpserverServerSubnetReferences",
        "getV6dhcpserverViewconfig",
        "getV6dhcpserverList",
        "postV6dhcpserverAdd"
      ],
      "external_name": "ph_request_type"
    },
    "v4Address": {
      "type": "string",
      "description": "Associated IPv4 address for the DHCPv6 appliance",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "v4_address"
    },
    "organizationName": {
      "type": "string",
      "description": "Organization Name",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "organization_name"
    },
    "orgName": {
      "type": "string",
      "description": "Required Organization Name",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "org_name"
    }
  },
  "definitions": {}
}