is.logue.logue

logue.is

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

finishedAt string datetime Optional

Timestamp when the logue was marked as finished.

publication string at-uri Required

Weak reference to a `site.standard.publication` compatible record.

startedAt string datetime Optional

Timestamp when the logue was started.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "publication"
    ],
    "properties": {
      "startedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the logue was started."
      },
      "finishedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the logue was marked as finished."
      },
      "publication": {
        "type": "string",
        "format": "at-uri",
        "required": true,
        "description": "Weak reference to a `site.standard.publication` compatible record."
      }
    }
  }
}

Lexicon Garden

@