me.ricciuti.dreams.dream

paolo.ricciuti.me

{
  "id": "me.ricciuti.dreams.dream",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "date",
          "image",
          "aspectWidth",
          "aspectHeight",
          "fragment",
          "alt",
          "story",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 5120,
            "description": "Alt text for the image, written the way the diary would describe it."
          },
          "date": {
            "type": "string",
            "maxLength": 10,
            "minLength": 10,
            "description": "The date the dream was dreamed, as YYYY-MM-DD."
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 5000000,
            "description": "The generated dream image."
          },
          "story": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 20480
            },
            "description": "The whole story, one item per paragraph."
          },
          "title": {
            "type": "string",
            "maxLength": 1280,
            "description": "The dream's title.",
            "maxGraphemes": 128
          },
          "fragment": {
            "type": "string",
            "maxLength": 2560,
            "description": "One line the dream said, shown in the serif voice.",
            "maxGraphemes": 256
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this entry was logged."
          },
          "aspectWidth": {
            "type": "integer",
            "minimum": 1,
            "description": "Width component of the image aspect ratio."
          },
          "aspectHeight": {
            "type": "integer",
            "minimum": 1,
            "description": "Height component of the image aspect ratio."
          }
        }
      },
      "description": "A single entry in the dream diary: a real dream, written down, paired with an image generated from it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.ricciuti.dreams.dream

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ezyrzvz3yoglekd4j2szmiys
CID
bafyreigmncgxxc6ao5zsl4dk3gmncb6avukb3ikgxib424ortpp33kh7v4
Indexed At
2026-07-16 17:18 UTC
AT-URI
at://did:plc:ezyrzvz3yoglekd4j2szmiys/com.atproto.lexicon.schema/me.ricciuti.dreams.dream

Lexicon Garden

@