app.askeverything.pool.submission

askeverything.app

Documentation

An authorship receipt: this account contributed this question text to the communal pool. Lives in the submitter's own repo as their portable proof of contribution. Creating this record grants the pool an irrevocable license to the question text (including its embedding as a snapshot inside answer records). Deleting this record revokes attribution: the steward anonymizes the corresponding pool question, but the text remains in the pool so that other people's answers keep making sense.

main record

An authorship receipt: this account contributed this question text to the communal pool. Lives in the submitter's own repo as their portable proof of contribution. Creating this record grants the pool an irrevocable license to the question text (including its embedding as a snapshot inside answer records). Deleting this record revokes attribution: the steward anonymizes the corresponding pool question, but the text remains in the pool so that other people's answers keep making sense.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

lang string language Optional

Language of the question text.

text string Required

The question text as submitted.

maxLength: 5000 bytesminLength: 1 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "lang": {
        "type": "string",
        "format": "language",
        "description": "Language of the question text."
      },
      "text": {
        "type": "string",
        "maxLength": 5000,
        "minLength": 1,
        "description": "The question text as submitted.",
        "maxGraphemes": 500
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An authorship receipt: this account contributed this question text to the communal pool. Lives in the submitter's own repo as their portable proof of contribution. Creating this record grants the pool an irrevocable license to the question text (including its embedding as a snapshot inside answer records). Deleting this record revokes attribution: the steward anonymizes the corresponding pool question, but the text remains in the pool so that other people's answers keep making sense."
}

Lexicon Garden

@