app.bivri.support.policyDefs

lexicons.bivri.app

Documentation

policyVersionView object

No description available.

Properties

effectiveDate string Required

No description available.

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

state string Required

No description available.

Known values: scheduled, active, archived, withdrawn
title string Required

No description available.

type string Required

No description available.

Known values: terms, privacy
version string Required

No description available.

withdrawalReason string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "type",
    "version",
    "title",
    "effectiveDate",
    "state",
    "publishedAt"
  ],
  "properties": {
    "type": {
      "type": "string",
      "knownValues": [
        "terms",
        "privacy"
      ]
    },
    "state": {
      "type": "string",
      "knownValues": [
        "scheduled",
        "active",
        "archived",
        "withdrawn"
      ]
    },
    "title": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "publishedAt": {
      "type": "string",
      "format": "datetime"
    },
    "effectiveDate": {
      "type": "string"
    },
    "withdrawalReason": {
      "type": "string"
    }
  }
}
policyView object

No description available.

Properties

content string Required

No description available.

contentFormat string Required

No description available.

Known values: markdown
effectiveDate string Required

No description available.

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

state string Required

No description available.

Known values: scheduled, active, archived, withdrawn
title string Required

No description available.

type string Required

No description available.

Known values: terms, privacy
version string Required

No description available.

withdrawalReason string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "type",
    "version",
    "title",
    "effectiveDate",
    "state",
    "contentFormat",
    "content",
    "publishedAt"
  ],
  "properties": {
    "type": {
      "type": "string",
      "knownValues": [
        "terms",
        "privacy"
      ]
    },
    "state": {
      "type": "string",
      "knownValues": [
        "scheduled",
        "active",
        "archived",
        "withdrawn"
      ]
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "publishedAt": {
      "type": "string",
      "format": "datetime"
    },
    "contentFormat": {
      "type": "string",
      "knownValues": [
        "markdown"
      ]
    },
    "effectiveDate": {
      "type": "string"
    },
    "withdrawalReason": {
      "type": "string"
    }
  }
}

Lexicon Garden

@