place.stream.chat.gate

did:web:stream.place View official

Documentation

Record defining a single gated chat message.

main record

Record defining a single gated chat message.

Record Key tid Timestamp-based ID

Properties

hiddenMessage string at-uri Required

URI of the hidden chat message.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "hiddenMessage"
    ],
    "properties": {
      "hiddenMessage": {
        "type": "string",
        "format": "at-uri",
        "description": "URI of the hidden chat message."
      }
    }
  },
  "description": "Record defining a single gated chat message."
}

Lexicon Garden

@