blue.rito.service.schema

rito.blue

Documentation

This record defines the schema associated with a specific NSID.

main record

This record defines the schema associated with a specific NSID.

Record Key nsid

Properties

schema string uri Required

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}

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

Lexicon Garden

@