UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

34 lines 864 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": "getOCIVCNConnectors", "enum": [ "getOCIVCNConnectors", "createOCIVCNConnector", "getOCIVCNConnector", "updateOCIVCNConnector", "deleteOCIVCNConnector" ], "external_name": "ph_request_type" }, "oCIVCNConnectorId": { "type": "number", "description": "A unique identifier for a 'OCIVCNConnector'", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "OCIVCNConnectorId" } }, "definitions": {} }