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