me.wilb.content.quote

wilb.me

Documentation

An inspirational quote

main record

An inspirational quote

Record Key tid Timestamp-based ID

Properties

author string Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

quoteText string Required

No description available.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "quoteText",
      "createdAt"
    ],
    "properties": {
      "author": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "quoteText": {
        "type": "string"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An inspirational quote"
}

Lexicon Garden

@