No description available.
Properties
categoryId
string
Required
No description available.
categoryName
string
Required
No description available.
maxLength: 1000 bytesmaxGraphemes: 100 graphemesid
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 graphemesView 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
}
}
}