art.cllctv.block.timeline

cllctv.art

{
  "id": "art.cllctv.block.timeline",
  "defs": {
    "date": {
      "type": "object",
      "required": [
        "value",
        "type"
      ],
      "properties": {
        "type": {
          "type": "string",
          "knownValues": [
            "yearly",
            "monthly",
            "custom"
          ]
        },
        "value": {
          "type": "string"
        }
      }
    },
    "item": {
      "type": "object",
      "required": [
        "date",
        "content"
      ],
      "properties": {
        "date": {
          "ref": "#date",
          "type": "ref"
        },
        "title": {
          "type": "string"
        },
        "content": {
          "type": "array",
          "items": {
            "refs": [
              "art.cllctv.block.text",
              "art.cllctv.block.bulletList",
              "art.cllctv.block.orderedList"
            ],
            "type": "union"
          }
        }
      }
    },
    "main": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "type": "array",
          "items": {
            "ref": "#item",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.cllctv.block.timeline

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

Metadata

DID
did:plc:gqpqghnqiowg5424adjwmhmg
CID
bafyreibwk5ektiouds5gkebqu5ue7urxjb5cap2tshusn6imdjpmkxz2bi
Indexed At
2026-06-17 13:04 UTC
AT-URI
at://did:plc:gqpqghnqiowg5424adjwmhmg/com.atproto.lexicon.schema/art.cllctv.block.timeline

Referenced Schemas (3)

Lexicon Garden

@