site.exosphere.featureRequest.commentVote

exosphere.site

Documentation

An upvote on a feature request comment. Published on the voter's PDS.

main record

An upvote on a feature request comment. Published on the voter's PDS.

Record Key tid Timestamp-based ID

Properties

subject string at-uri Required

AT URI of the comment being voted on.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the comment being voted on."
      }
    }
  },
  "description": "An upvote on a feature request comment. Published on the voter's PDS."
}

Lexicon Garden

@