social.nstar.actor.declaration

nstar.social

{
  "id": "social.nstar.actor.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "service",
          "allowConnect",
          "createdAt"
        ],
        "properties": {
          "service": {
            "type": "array",
            "items": {
              "ref": "lex:social.nstar.actor.declaration#service",
              "type": "ref"
            },
            "maxLength": 10
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "allowConnect": {
            "type": "string",
            "description": "Whom may request to connect.",
            "knownValues": [
              "none",
              "all",
              "following"
            ]
          }
        }
      },
      "description": "A declaration of NorthStar Social account."
    },
    "service": {
      "type": "object",
      "required": [
        "id",
        "type",
        "serviceEndpoint"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 2000,
          "minLength": 1,
          "description": "A unique identifier for the service -- a string conforming to the rules of [RFC3986] for URIs."
        },
        "type": {
          "type": "string",
          "maxLength": 2000,
          "minLength": 1,
          "description": "The type of service being defined."
        },
        "serviceEndpoint": {
          "type": "string",
          "maxLength": 2000,
          "minLength": 1,
          "description": "The URI where the service can be accessed -- a string conforming to the rules of [RFC3986] for URIs."
        }
      },
      "description": "List of NorthStar Social services"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.nstar.actor.declaration

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

Metadata

DID
did:web:nstar.social
CID
bafyreidkm7yxr74detsokasch52tc3256eqsszhibj2wp5yqxv4bj6t7cy
Indexed At
2026-04-01 14:55 UTC
AT-URI
at://did:web:nstar.social/com.atproto.lexicon.schema/social.nstar.actor.declaration

Referenced Schemas (1)

  • lex:social.nstar.actor.declaration#service

Lexicon Garden

@