us.polhem.blog.content

polhem.us

Documentation

Record describing a page content block.

main record

Record describing a page content block.

Record Key tid Timestamp-based ID

Properties

content string Required

No description available.

maxLength: 100000 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

slug string Required

No description available.

maxLength: 100 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content",
      "slug",
      "createdAt"
    ],
    "properties": {
      "slug": {
        "type": "string",
        "maxLength": 100
      },
      "images": {
        "type": "array",
        "items": {
          "ref": "us.polhem.blog.image",
          "type": "ref"
        }
      },
      "content": {
        "type": "string",
        "maxLength": 100000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record describing a page content block."
}

Lexicon Garden

@