@itentialopensource/adapter-tcpwave
Version: 
This adapter integrates with system described as: tcpwaveRestapiStore.
89 lines • 2.01 kB
JSON
{
  "$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": "del",
      "enum": [
        "del",
        "edit",
        "adminGroupPage",
        "get",
        "list",
        "create"
      ],
      "external_name": "ph_request_type"
    },
    "organizationId": {
      "description": "Organization ID associated with Admin Group",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "organization_id"
    },
    "organizationName": {
      "type": "string",
      "description": "Organization Name associated with Admin Group",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "organization_name"
    },
    "adminGroupId": {
      "type": "number",
      "description": "Admin Group ID",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "admin_group_id"
    },
    "adminGroupName": {
      "type": "string",
      "description": "Admin Group Name",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "admin_group_name"
    },
    "orgId": {
      "type": "number",
      "description": "Organization ID",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "org_id"
    },
    "orgName": {
      "type": "string",
      "description": "Organization Name",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "org_name"
    }
  },
  "definitions": {}
}