{
"id": "blue.rito.service.schema",
"defs": {
"main": {
"key": "nsid",
"type": "record",
"record": {
"type": "object",
"required": [
"schema"
],
"properties": {
"schema": {
"type": "string",
"format": "uri",
"description": "The AppView URL for the NSID. For example, if the NSID is uk.skyblur.post, the URL should be https://skyblur.uk/post/{did}/{rkey}"
}
}
},
"description": "This record defines the schema associated with a specific NSID."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}