Experimental browser for the Atmosphere
{ "uri": "at://did:plc:7mnpet2pvof2llhpcwattscf/beauty.piss.embed.images/3llk4d4hh7w2w", "cid": "bafyreicpim2ewlkkhfpq2p3prlytuwhxpleegho7u5tr2djqo4wey5j6ya", "value": { "id": "beauty.piss.embed.images", "defs": { "main": { "type": "object", "required": [ "images" ], "properties": { "images": { "type": "array", "items": { "ref": "#image", "type": "ref" }, "maxLength": 48 } } }, "image": { "type": "object", "required": [ "image" ], "properties": { "alt": { "type": "string", "description": "alt text description of the image" }, "image": { "type": "blob", "accept": [ "image/*" ], "maxSize": 3000000 }, "blurhash": { "type": "string", "maxLength": 32, "description": "Blurhash string for the image, used for low-resolution placeholders. This must be a valid Blurhash string." } } } }, "$type": "beauty.piss.embed.images", "lexicon": 1, "description": "A set of images embedded in a blog post." } }