UNPKG

@itentialopensource/adapter-netrounds

Version:

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

34 lines 792 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": "listIptvChannels", "enum": [ "listIptvChannels", "createIptvChannel", "deleteIptvChannel", "getIptvChannel", "updateIptvChannel" ], "external_name": "ph_request_type" }, "iptvId": { "type": "number", "description": "ID of the IPTV channel", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "iptv_id" } }, "definitions": {} }