UNPKG

obniz

Version:

obniz sdk for javascript

18 lines (15 loc) 308 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/response/wifi/scan" desccription: "wifi scan" type: object required: [scan] properties: scan: type: object required: [data] properties: data: $ref: "/dataArray" description: "wifi scan data"