Files
bsky-social-app/lexicons/com/atproto/sync/defs.json
T
2026-08-13 12:26:12 -07:00

18 lines
282 B
JSON

{
"id": "com.atproto.sync.defs",
"defs": {
"hostStatus": {
"type": "string",
"knownValues": [
"active",
"idle",
"offline",
"throttled",
"banned"
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}