art.cllctv.block.timeline

cllctv.art

Documentation

main object

No description available.

Properties

content array of ref#item Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "ref": "#item",
        "type": "ref"
      }
    }
  }
}
date object

No description available.

Properties

type string Required

No description available.

Known values: yearly, monthly, custom
value string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "value",
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "knownValues": [
        "yearly",
        "monthly",
        "custom"
      ]
    },
    "value": {
      "type": "string"
    }
  }
}
item object

No description available.

Properties

date ref #date Required

No description available.

title string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "date",
    "content"
  ],
  "properties": {
    "date": {
      "ref": "#date",
      "type": "ref"
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "array",
      "items": {
        "refs": [
          "art.cllctv.block.text",
          "art.cllctv.block.bulletList",
          "art.cllctv.block.orderedList"
        ],
        "type": "union"
      }
    }
  }
}

Lexicon Garden

@