No description available.
Properties
No description available.
'allow' = default-allow with apps[] as denylist; 'deny' = default-deny with apps[] as allowlist.
Known values: allow, deny
View raw schema
{
"type": "object",
"required": [
"mode",
"apps"
],
"properties": {
"apps": {
"type": "array",
"items": {
"type": "string"
}
},
"mode": {
"type": "string",
"description": "'allow' = default-allow with apps[] as denylist; 'deny' = default-deny with apps[] as allowlist.",
"knownValues": [
"allow",
"deny"
]
}
}
}
No description available.
Properties
No description available.
A decentralized identifier (DID).
No description available.
No description available.
No description available.
No description available.
Known values: read, write
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"tokenHash",
"spaceUri",
"perms",
"usedCount",
"createdBy",
"createdAt"
],
"properties": {
"note": {
"type": "string"
},
"perms": {
"type": "string",
"knownValues": [
"read",
"write"
]
},
"maxUses": {
"type": "integer"
},
"spaceUri": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "integer"
},
"createdBy": {
"type": "string",
"format": "did"
},
"expiresAt": {
"type": "integer"
},
"revokedAt": {
"type": "integer"
},
"tokenHash": {
"type": "string"
},
"usedCount": {
"type": "integer"
}
}
}
No description available.
Properties
No description available.
A decentralized identifier (DID).
A decentralized identifier (DID).
'write' implies 'read'. Space owner is always implicit write.
Known values: read, write
View raw schema
{
"type": "object",
"required": [
"did",
"perms",
"addedAt"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"perms": {
"type": "string",
"description": "'write' implies 'read'. Space owner is always implicit write.",
"knownValues": [
"read",
"write"
]
},
"addedAt": {
"type": "integer"
},
"addedBy": {
"type": "string",
"format": "did"
}
}
}
No description available.
Properties
A decentralized identifier (DID).
A content identifier (CID) referencing immutable data.
A namespaced identifier (e.g., app.bsky.feed.post).
No description available.
No description available.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"spaceUri",
"collection",
"authorDid",
"rkey",
"record",
"createdAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"rkey": {
"type": "string"
},
"record": {
"type": "unknown"
},
"spaceUri": {
"type": "string",
"format": "at-uri"
},
"authorDid": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "integer"
},
"collection": {
"type": "string",
"format": "nsid"
}
}
}
No description available.
Properties
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
No description available.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
A decentralized identifier (DID).
No description available.
A namespaced identifier (e.g., app.bsky.feed.post).
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"ownerDid",
"type",
"key",
"serviceDid",
"createdAt"
],
"properties": {
"key": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"type": {
"type": "string",
"format": "nsid"
},
"ownerDid": {
"type": "string",
"format": "did"
},
"appPolicy": {
"ref": "#appPolicy",
"type": "ref",
"description": "Owner-only"
},
"createdAt": {
"type": "integer"
},
"serviceDid": {
"type": "string"
},
"appPolicyRef": {
"type": "string",
"format": "at-uri"
},
"memberListRef": {
"type": "string",
"format": "at-uri"
}
}
}