net.asadaame5121.at-circle.defs

asadaame5121.bsky.social

Documentation

ringRef object

No description available.

Properties

cid string cid Optional

Optional CID for strong reference

maxLength: 100 bytes
uri string at-uri Required

AT-URI of the Ring

maxLength: 2000 bytes
View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid",
      "maxLength": 100,
      "description": "Optional CID for strong reference"
    },
    "uri": {
      "type": "string",
      "format": "at-uri",
      "maxLength": 2000,
      "description": "AT-URI of the Ring"
    }
  }
}

Lexicon Garden

@