Endpoint record. Declares that a DID serves a given XRPC method. The rkey is the method NSID.
Record Key
nsid
Properties
View raw schema
{
"key": "nsid",
"type": "record",
"record": {
"type": "object",
"required": [
"did",
"createdAt"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the service that handles this XRPC method."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Endpoint record. Declares that a DID serves a given XRPC method. The rkey is the method NSID."
}