app.bivri.support.contentDefs

lexicons.bivri.app

Documentation

announcementSummary object

No description available.

Properties

categoryId string Required

No description available.

categoryName string Required

No description available.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
id string Required

No description available.

pinned boolean Required

No description available.

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "id",
    "categoryId",
    "categoryName",
    "title",
    "pinned",
    "publishedAt"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "maxLength": 2000,
      "maxGraphemes": 200
    },
    "pinned": {
      "type": "boolean"
    },
    "categoryId": {
      "type": "string"
    },
    "publishedAt": {
      "type": "string",
      "format": "datetime"
    },
    "categoryName": {
      "type": "string",
      "maxLength": 1000,
      "maxGraphemes": 100
    }
  }
}
announcementView object

No description available.

Properties

categoryId string Required

No description available.

categoryName string Required

No description available.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
content string Required

No description available.

maxLength: 1000000 bytesmaxGraphemes: 100000 graphemes
contentFormat string Required

No description available.

Known values: markdown
id string Required

No description available.

pinned boolean Required

No description available.

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
View raw schema
{
  "type": "object",
  "nullable": [
    "newer",
    "older"
  ],
  "required": [
    "id",
    "categoryId",
    "categoryName",
    "title",
    "pinned",
    "publishedAt",
    "contentFormat",
    "content",
    "newer",
    "older"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "newer": {
      "ref": "app.bivri.support.contentDefs#announcementSummary",
      "type": "ref"
    },
    "older": {
      "ref": "app.bivri.support.contentDefs#announcementSummary",
      "type": "ref"
    },
    "title": {
      "type": "string",
      "maxLength": 2000,
      "maxGraphemes": 200
    },
    "pinned": {
      "type": "boolean"
    },
    "content": {
      "type": "string",
      "maxLength": 1000000,
      "maxGraphemes": 100000
    },
    "categoryId": {
      "type": "string"
    },
    "publishedAt": {
      "type": "string",
      "format": "datetime"
    },
    "categoryName": {
      "type": "string",
      "maxLength": 1000,
      "maxGraphemes": 100
    },
    "contentFormat": {
      "type": "string",
      "knownValues": [
        "markdown"
      ]
    }
  }
}
categoryView object

No description available.

Properties

id string Required

No description available.

name string Required

No description available.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
position integer Required

No description available.

minimum: 0
View raw schema
{
  "type": "object",
  "required": [
    "id",
    "name",
    "position"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "maxLength": 1000,
      "maxGraphemes": 100
    },
    "position": {
      "type": "integer",
      "minimum": 0
    }
  }
}
faqView object

No description available.

Properties

answer string Required

No description available.

maxLength: 1000000 bytesmaxGraphemes: 100000 graphemes
categoryId string Required

No description available.

categoryName string Required

No description available.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
contentFormat string Required

No description available.

Known values: markdown
id string Required

No description available.

position integer Required

No description available.

minimum: 0
publishedAt string datetime Required

An RFC 3339 formatted timestamp.

question string Required

No description available.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "id",
    "categoryId",
    "categoryName",
    "question",
    "contentFormat",
    "answer",
    "position",
    "publishedAt"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "answer": {
      "type": "string",
      "maxLength": 1000000,
      "maxGraphemes": 100000
    },
    "position": {
      "type": "integer",
      "minimum": 0
    },
    "question": {
      "type": "string",
      "maxLength": 5000,
      "maxGraphemes": 500
    },
    "categoryId": {
      "type": "string"
    },
    "publishedAt": {
      "type": "string",
      "format": "datetime"
    },
    "categoryName": {
      "type": "string",
      "maxLength": 1000,
      "maxGraphemes": 100
    },
    "contentFormat": {
      "type": "string",
      "knownValues": [
        "markdown"
      ]
    }
  }
}

Lexicon Garden

@