No description available.
Record Key
nsid
Properties
View raw schema
{
"key": "nsid",
"type": "record",
"record": {
"type": "object",
"required": [
"book",
"contents"
],
"properties": {
"book": {
"type": "string",
"format": "at-uri"
},
"contents": {
"type": "string"
}
}
}
}