UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

49 lines 1.16 kB
{ "$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": "register", "enum": [ "register", "registerList", "registerCreate", "registerApproveUsers", "registerConfirmEmail", "registerForgotPassword", "registerRejectUsers", "registerResendConfirmation", "registerSetPassword" ], "external_name": "ph_request_type" }, "firstName": { "type": "string", "description": "user's first name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "first_name" }, "lastName": { "type": "string", "description": "user's last name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "last_name" } }, "definitions": {} }