st.lifepo.event

lexicon.store View official

{
  "id": "st.lifepo.event",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "title",
            "startDate"
          ],
          "properties": {
            "title": {
              "type": "string"
            },
            "endDate": {
              "type": "string",
              "format": "datetime"
            },
            "startDate": {
              "type": "string",
              "format": "datetime"
            },
            "description": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the created event record."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Adds a new life event to the authenticated user's profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against st.lifepo.event

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@