rsvp.atmo.space.admin.createSpace

atmo.rsvp

{
  "id": "rsvp.atmo.space.admin.createSpace",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "key": {
              "type": "string",
              "description": "Space key. Auto-generated (TID) if omitted."
            },
            "type": {
              "type": "string",
              "format": "nsid",
              "description": "Space type NSID. Defaults to the service's configured type."
            },
            "appPolicy": {
              "ref": "rsvp.atmo.space.defs#appPolicy",
              "type": "ref"
            },
            "appPolicyRef": {
              "type": "string",
              "format": "at-uri"
            },
            "memberListRef": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AlreadyExists"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "space"
          ],
          "properties": {
            "space": {
              "ref": "rsvp.atmo.space.defs#spaceView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Create a new space owned by the JWT issuer. The caller is added as an owner-perm member."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.admin.createSpace

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@