bio.cuanto.surveyProtocol.follow

cuanto.bio

Documentation

A user's declaration of intent to participate in surveys following a Protocol.

main record

A user's declaration of intent to participate in surveys following a Protocol.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this follow was created.

subject string at-uri Required

The Protocol the user intends to participate in.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "The Protocol the user intends to participate in."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this follow was created."
      }
    }
  },
  "description": "A user's declaration of intent to participate in surveys following a Protocol."
}

Lexicon Garden

@