UNPKG

obniz

Version:

obniz sdk for javascript

20 lines (16 loc) 409 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/response/debug/error" desccription : "global error" type: object required : [error] properties: error : type : object additionalProperties: true properties: message : description : "readable message" type : string example : "voltage down"