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,
|
"additionalProperties": false,
|
||||||
"description": "This class is the data model of `PublicationEntry`.",
|
"description": "This class is the data model of `PublicationEntry`.",
|
||||||
"properties": {
|
"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": {
|
"title": {
|
||||||
"description": "The title of the publication.",
|
"description": "The title of the publication.",
|
||||||
"title": "Title of the Publication",
|
"title": "Title of the Publication",
|
||||||
|
@ -1636,6 +1615,27 @@
|
||||||
"type": "string"
|
"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": [
|
"required": [
|
||||||
|
|
Loading…
Reference in New Issue