No description available.
Properties
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"
}
}
}