social.colibri.beta.defs

colibri.social

Documentation

recordRef object

A reference to a record in the same space. Record keys are unique per repo rather than per space, so a bare key cannot address a record in a space that aggregates many authors.

Properties

did string did Required

DID of the repo holding the referenced record.

rkey string record-key Required

Record key of the referenced record.

View raw schema
{
  "type": "object",
  "required": [
    "did",
    "rkey"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did",
      "description": "DID of the repo holding the referenced record."
    },
    "rkey": {
      "type": "string",
      "format": "record-key",
      "description": "Record key of the referenced record."
    }
  },
  "description": "A reference to a record in the same space. Record keys are unique per repo rather than per space, so a bare key cannot address a record in a space that aggregates many authors."
}

Lexicon Garden

@