UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

37 lines 898 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": "postAppliancegroupEdit", "enum": [ "postAppliancegroupEdit", "getApplainceGroupReferences", "getApplianceGroup", "deleteApplianceGroup", "listByOrg", "applianceGroupSearchPage", "getAppliancegroupList", "postAppliancegroupAdd" ], "external_name": "ph_request_type" }, "userId": { "type": "number", "description": "userId", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "user_id" } }, "definitions": {} }