UNPKG

@itentialopensource/adapter-netrounds

Version:

[Deprecated] This adapter integrates with system described as: NetRounds

34 lines 769 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": "listY1731Meps", "enum": [ "listY1731Meps", "createY1731Mep", "deleteY1731Mep", "getY1731Mep", "updateY1731Mep" ], "external_name": "ph_request_type" }, "mepId": { "type": "number", "description": "ID of the Y1731 MEP", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "mep_id" } }, "definitions": {} }