This record defines the schema associated with a specific NSID.
Record Key
nsid
Properties
View raw schema
{
"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."
}