zone.stratos.actor.enrollment

lexicon.northsky.app

Documentation

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.

main record

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.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Timestamp when the enrollment was created.

service string uri Required

The Stratos service endpoint URL where this user's private data is stored.

View raw schema
{
  "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."
}

Lexicon Garden

@