UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

43 lines 1.03 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": "getPhotonicMediaParamsV1", "enum": [ "getPhotonicMediaParamsV1", "getPhotonicMarginDataV1", "getPhotonicSummaryDataV1" ], "external_name": "ph_request_type" }, "freIDS": { "type": "string", "description": "List of comma srparated FRE IDs of the span/section", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "freID(s)" }, "fillRatio": { "type": "string", "description": "Fill Ratio", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "fill ratio" } }, "definitions": {} }