at.inlay.endpoint

inlay.at

Documentation

Endpoint record. Declares that a DID serves a given XRPC method. The rkey is the method NSID.

main record

Endpoint record. Declares that a DID serves a given XRPC method. The rkey is the method NSID.

Record Key nsid

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

did string did Required

DID of the service that handles this XRPC method.

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."
}

Lexicon Garden

@