rsvp.atmo.space.getRecord

atmo.rsvp

{
  "id": "rsvp.atmo.space.getRecord",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "Forbidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "record"
          ],
          "properties": {
            "record": {
              "ref": "rsvp.atmo.space.defs#recordView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "spaceUri",
          "collection",
          "author",
          "rkey"
        ],
        "properties": {
          "rkey": {
            "type": "string"
          },
          "author": {
            "type": "string",
            "format": "did"
          },
          "spaceUri": {
            "type": "string",
            "format": "at-uri"
          },
          "collection": {
            "type": "string",
            "format": "nsid"
          }
        }
      },
      "description": "Get a single record from a space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.getRecord

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@