tech.tokimeki.kaku.request

tokimeki.blue

{
  "id": "tech.tokimeki.kaku.request",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 8,
            "description": "Tags for categorization"
          },
          "text": {
            "type": "string",
            "maxLength": 1000,
            "description": "Description of what to draw",
            "maxGraphemes": 300
          },
          "isOpen": {
            "type": "boolean",
            "default": true,
            "description": "Whether still accepting responses"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "targetActor": {
            "type": "string",
            "format": "did",
            "description": "Optional: specific artist to request"
          },
          "referenceImages": {
            "type": "array",
            "items": {
              "type": "blob",
              "accept": [
                "image/png",
                "image/jpeg"
              ],
              "maxSize": 1000000
            },
            "maxLength": 4,
            "description": "Reference images for the request"
          }
        }
      },
      "description": "A request for someone to draw something"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.kaku.request

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@