@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
50 lines • 1.32 kB
JSON
{
"$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": "getAllKmlFiles",
"enum": [
"getAllKmlFiles",
"deleteByFileId",
"getPlacemarksByFileId",
"getPinpointApiV1KmlPlacemarks",
"getPinpointApiV1KmlPlacemarksId",
"put",
"deletePinpointApiV1KmlPlacemarksId",
"associateNe",
"deleteAssociation",
"uploadFile"
],
"external_name": "ph_request_type"
},
"resourceType": {
"type": "string",
"description": "Resource type with which placemark is to be unassociated. The allowed values are: ne, waypoint, spool",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "resource_type"
},
"relatedId": {
"type": "string",
"description": "Identifier of related entity to be unassociated",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "related_id"
}
},
"definitions": {}
}