UNPKG

obniz

Version:

obniz sdk for javascript

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