No description available.
Record Key
any
Any valid record key
Properties
articleId
string
Required
No description available.
maxLength: 512 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
langs
array
of
string
language
Required
No description available.
maxLength: 3 itemspublishedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
sourceName
string
Optional
No description available.
maxLength: 2000 bytesmaxGraphemes: 200 graphemessourceUrl
string
uri
Optional
A valid URI.
maxLength: 2048 bytestitleJa
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesurl
string
uri
Required
A valid URI.
maxLength: 2048 bytesView 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"
}
}
}
}