{
"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
}
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