UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

32 lines 746 B
{ "$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": "getGlobalOptionValue", "enum": [ "getGlobalOptionValue", "postGlobalsUpdate", "getGlobalsList" ], "external_name": "ph_request_type" }, "optionName": { "type": "string", "description": "Global option name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "option_name" } }, "definitions": {} }