UNPKG

obniz

Version:

obniz sdk for javascript

18 lines (16 loc) 412 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/request/storage/save" description: "Save file data on obniz storage. Property 'data' should be Uint8Array." type: object required: [save] properties: save: type: object required: [fileName, data] properties: fileName: type: string example: "launch_img" data: { $ref: "/dataArray" }