{
  "$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": "listTapServices",
      "enum": [
        "listTapServices",
        "createTapService",
        "updateTapService",
        "deleteTapService",
        "showTapService",
        "listTapFlow",
        "createTapFlow",
        "updateTapFlow",
        "deleteTapFlow",
        "showTapFlow"
      ],
      "external_name": "ph_request_type"
    },
    "projectDomain": {
      "type": "string",
      "description": "Domain the project belongs to (name or ID).\nThis can be used in case collisions between project names exist.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "project-domain"
    },
    "tenantId": {
      "type": "string",
      "description": "Filter the list result by the ID of the project that owns the resource.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tenant_id"
    },
    "tapService": {
      "type": "string",
      "description": "Tap Service to which the Tap Flow belongs.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tap_service"
    },
    "vlanFilter": {
      "type": "string",
      "description": "VLAN Ids to be mirrored in the form of range string.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "vlan_filter"
    }
  },
  "definitions": {}
}