zone.stratos.actor.enrollment

lexicon.northsky.app

{
  "id": "zone.stratos.actor.enrollment",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "service",
          "createdAt"
        ],
        "properties": {
          "service": {
            "type": "string",
            "format": "uri",
            "description": "The Stratos service endpoint URL where this user's private data is stored."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the enrollment was created."
          },
          "boundaries": {
            "type": "array",
            "items": {
              "ref": "zone.stratos.boundary.defs#Domain",
              "type": "ref"
            },
            "maxLength": 50,
            "description": "List of boundaries the user has access to on this Stratos service."
          }
        }
      },
      "description": "A profile record indicating the user is enrolled in a Stratos service. Published to the user's PDS during OAuth enrollment for endpoint discovery by AppViews."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against zone.stratos.actor.enrollment

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

Metadata

DID
did:plc:6uxgo3ypovauub7nblwylqyv
CID
bafyreihlbxsmheas6nbxqrevxntzm4ktek6jmbf36ufxgdms6aygjekxja
Indexed At
2026-03-03 21:28 UTC
AT-URI
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.actor.enrollment

Referenced Schemas (1)

Lexicon Garden

@