tech.tokimeki.kaku.post

tokimeki.blue

{
  "id": "tech.tokimeki.kaku.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "aspectRatio",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "maxGraphemes": 32
            },
            "maxLength": 8,
            "description": "Tags for categorization"
          },
          "text": {
            "type": "string",
            "maxLength": 1000,
            "description": "Optional description or title",
            "maxGraphemes": 300
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "The drawn image (max 1MB)"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to a related Bluesky post"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the post was created"
          },
          "linkedPost": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Bluesky post created for this drawing"
          },
          "aspectRatio": {
            "ref": "tech.tokimeki.kaku.defs#aspectRatio",
            "type": "ref",
            "description": "Aspect ratio of the image"
          }
        }
      },
      "description": "A drawing post created with the drawing tool"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.kaku.post

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreiaekibdy6z3qloj6s2s3ih6wcshsc6zqu6wxj4g3majw4s7rlj3du
Indexed At
2026-01-13 19:55 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.kaku.post

Referenced Schemas (1)

Lexicon Garden

@