mirror of https://github.com/eyhc1/rendercv.git
update schema.json
This commit is contained in:
parent
4c0d1ef46b
commit
1bd5faa3b2
|
@ -134,9 +134,14 @@
|
|||
"description": "This class is the data model of the CV.",
|
||||
"properties": {
|
||||
"name": {
|
||||
"default": null,
|
||||
"description": "The name of the person.",
|
||||
"title": "Name",
|
||||
"allOf": [
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"label": {
|
||||
"default": null,
|
||||
|
@ -244,9 +249,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"title": "CurriculumVitae",
|
||||
"type": "object"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue