garden.atmo.circle.reaction

atmo.rsvp

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject ref #strongRef Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "#strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}
strongRef object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@