mirror of https://github.com/eyhc1/rendercv.git
update schema.json
This commit is contained in:
parent
ab52b8b93a
commit
1f37663bb0
10
schema.json
10
schema.json
|
@ -209,6 +209,11 @@
|
|||
]
|
||||
},
|
||||
"sections": {
|
||||
"default": null,
|
||||
"description": "The sections of the CV.",
|
||||
"title": "Sections",
|
||||
"allOf": [
|
||||
{
|
||||
"additionalProperties": {
|
||||
"items": {
|
||||
"anyOf": [
|
||||
|
@ -234,11 +239,10 @@
|
|||
},
|
||||
"type": "array"
|
||||
},
|
||||
"default": null,
|
||||
"description": "The sections of the CV.",
|
||||
"title": "Sections",
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
|
|
Loading…
Reference in New Issue