org.devcon.event.test

devcon.org

{
  "id": "org.devcon.event.test",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "start",
          "end"
        ],
        "properties": {
          "end": {
            "type": "string",
            "format": "datetime",
            "description": "End time of the event"
          },
          "url": {
            "type": "string",
            "description": "URL of the event"
          },
          "start": {
            "type": "string",
            "format": "datetime",
            "description": "Start time of the event"
          },
          "title": {
            "type": "string",
            "description": "Title of the event"
          },
          "location": {
            "type": "string",
            "description": "Location of the event"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "description": "Description of the event"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.devcon.event.test

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dhnigydy24fp542wu5sxqy33
CID
bafyreid24d2x7c35ejtyownxnyhj52seyycd6scbqaeihewal5vmpiuuve
Indexed At
2026-02-13 13:59 UTC
AT-URI
at://did:plc:dhnigydy24fp542wu5sxqy33/com.atproto.lexicon.schema/org.devcon.event.test

Lexicon Garden

@