rsvp.atmo.space.putRecord

atmo.rsvp

{
  "id": "rsvp.atmo.space.putRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri",
            "collection",
            "record"
          ],
          "properties": {
            "rkey": {
              "type": "string"
            },
            "record": {
              "type": "unknown"
            },
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            },
            "collection": {
              "type": "string",
              "format": "nsid"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "Forbidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "rkey",
            "authorDid",
            "createdAt"
          ],
          "properties": {
            "rkey": {
              "type": "string"
            },
            "authorDid": {
              "type": "string",
              "format": "did"
            },
            "createdAt": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Write a record into a space. The author is always the JWT issuer. If rkey is omitted, a TID is generated."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.putRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreiacw6m5a4u62s4zekrdb6hk46nfhras4b5xoadk4ffvf33sxftgsa
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.putRecord

Lexicon Garden

@