mirror of https://github.com/eyhc1/rendercv.git
docs: update schema.json
This commit is contained in:
parent
02edde6d0a
commit
40bfd689dd
42
schema.json
42
schema.json
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue