docs: update schema.json

This commit is contained in:
Sina Atalay 2024-05-19 17:00:40 +03:00
parent 02edde6d0a
commit 40bfd689dd
1 changed files with 21 additions and 21 deletions

View File

@ -1580,27 +1580,6 @@
"additionalProperties": false,
"description": "This class is the data model of `PublicationEntry`.",
"properties": {
"date": {
"default": null,
"description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".",
"examples": [
"2020-09-24",
"Fall 2023"
],
"title": "Date",
"oneOf": [
{
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
"type": "string"
},
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"description": "The title of the publication.",
"title": "Title of the Publication",
@ -1636,6 +1615,27 @@
"type": "string"
}
]
},
"date": {
"default": null,
"description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".",
"examples": [
"2020-09-24",
"Fall 2023"
],
"title": "Date",
"oneOf": [
{
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
"type": "string"
},
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [