com.suibari.nagi.news

suibari.com

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

articleId string Required

No description available.

maxLength: 512 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

langs array of string language Required

No description available.

maxLength: 3 items
publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

sourceName string Optional

No description available.

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
sourceUrl string uri Optional

A valid URI.

maxLength: 2048 bytes
titleJa string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
url string uri Required

A valid URI.

maxLength: 2048 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "articleId",
      "url",
      "titleJa",
      "langs",
      "createdAt"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      },
      "langs": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "language"
        },
        "maxLength": 3
      },
      "titleJa": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "articleId": {
        "type": "string",
        "maxLength": 512
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "sourceUrl": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      },
      "sourceName": {
        "type": "string",
        "maxLength": 2000,
        "maxGraphemes": 200
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@