@itentialopensource/adapter-versa_director
Version:
This adapter integrates with system described as: versaDirectorApi.
33 lines • 802 B
JSON
{
"$id": "schemaResp.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": "getAlarmHandling",
"enum": [
"getAlarmHandling",
"getAlarmHandlingObject",
"getStatusChange",
"getStatusChangeObject"
],
"external_name": "ph_request_type"
},
"specificProblem": {
"type": "string",
"description": "Specific reason for the alarm",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "specific-problem"
}
},
"definitions": {}
}