at.askimut.answerContent

ask.3615etienne.com

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

authorDid string did Required

DID of the user who wrote this answer content

content string Required

The answer content text

maxLength: 5000 bytesminLength: 1 bytes
createdAt string datetime Required

When the answer content was created

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content",
      "authorDid",
      "createdAt"
    ],
    "properties": {
      "content": {
        "type": "string",
        "maxLength": 5000,
        "minLength": 1,
        "description": "The answer content text"
      },
      "authorDid": {
        "type": "string",
        "format": "did",
        "description": "DID of the user who wrote this answer content"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the answer content was created"
      }
    }
  }
}

Lexicon Garden

@