๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

[#7] blue.zio.atfile.upload (lexicon): add initial basis of published records

(unfinished!)

Ducky ae2e2373 a95df487

+23
+3
.editorconfig
··· 5 5 indent_style = space 6 6 indent_size = 4 7 7 insert_final_newline = true 8 + 9 + [lexicons/**.json] 10 + indent_size = 2
+20
lexicons/blue/zio/atfile/upload.json
··· 1 + { 2 + "lexicon": 1, 3 + "id": "blue.zio.atfile.upload", 4 + "defs": { 5 + "main": { 6 + "type": "record", 7 + "description": "A reference to an uploaded blob.", 8 + "key": "any", 9 + "record": { 10 + "type": "object", 11 + "properties": { 12 + "createdAt": { 13 + "type": "string", 14 + "format": "datetime" 15 + } 16 + } 17 + } 18 + } 19 + } 20 + }