directory.evnt.event

lexicon.store View official

{
  "id": "directory.evnt.event",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "v",
        "name"
      ],
      "properties": {
        "v": {
          "type": "integer",
          "const": 0
        },
        "name": {
          "type": "unknown"
        },
        "label": {
          "type": "unknown"
        },
        "status": {
          "ref": "#eventStatus",
          "type": "ref"
        },
        "venues": {
          "type": "array",
          "items": {
            "refs": [
              "#physicalVenue",
              "#onlineVenue",
              "#unknownVenue"
            ],
            "type": "union"
          }
        },
        "instances": {
          "type": "array",
          "items": {
            "ref": "#eventInstance",
            "type": "ref"
          }
        },
        "components": {
          "type": "array",
          "items": {
            "ref": "#eventComponent",
            "type": "ref"
          }
        }
      }
    },
    "address": {
      "type": "object",
      "properties": {
        "addr": {
          "type": "string"
        },
        "postalCode": {
          "type": "string"
        },
        "countryCode": {
          "type": "string"
        }
      }
    },
    "coordinates": {
      "type": "object",
      "required": [
        "lat",
        "lng"
      ],
      "properties": {
        "lat": {
          "type": "integer"
        },
        "lng": {
          "type": "integer"
        }
      }
    },
    "eventStatus": {
      "type": "string",
      "knownValues": [
        "planned",
        "uncertain",
        "postponed",
        "cancelled",
        "suspended"
      ]
    },
    "onlineVenue": {
      "type": "object",
      "required": [
        "id",
        "type",
        "name"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "url": {
          "type": "string"
        },
        "name": {
          "type": "unknown"
        },
        "type": {
          "type": "string",
          "const": "online"
        }
      }
    },
    "unknownVenue": {
      "type": "object",
      "required": [
        "id",
        "type",
        "name"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "unknown"
        },
        "type": {
          "type": "string",
          "const": "unknown"
        }
      }
    },
    "eventInstance": {
      "type": "object",
      "properties": {
        "end": {
          "type": "string"
        },
        "start": {
          "type": "string"
        },
        "status": {
          "ref": "#eventStatus",
          "type": "ref"
        },
        "venueIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "physicalVenue": {
      "type": "object",
      "required": [
        "id",
        "type",
        "name"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "unknown"
        },
        "type": {
          "type": "string",
          "const": "physical"
        },
        "address": {
          "ref": "#address",
          "type": "ref"
        },
        "coordinates": {
          "ref": "#coordinates",
          "type": "ref"
        }
      }
    },
    "eventComponent": {
      "type": "object",
      "required": [
        "type",
        "data"
      ],
      "properties": {
        "data": {
          "type": "unknown"
        },
        "type": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against directory.evnt.event

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreihdk2lasui7iqqcjfjocvrl334ltfecr5r3xjbqul2t3mjbrd4kna
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/directory.evnt.event

Lexicon Garden

@