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": {
|
"sections": {
|
||||||
|
"default": null,
|
||||||
|
"description": "The sections of the CV.",
|
||||||
|
"title": "Sections",
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"items": {
|
"items": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
@ -234,11 +239,10 @@
|
||||||
},
|
},
|
||||||
"type": "array"
|
"type": "array"
|
||||||
},
|
},
|
||||||
"default": null,
|
|
||||||
"description": "The sections of the CV.",
|
|
||||||
"title": "Sections",
|
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name"
|
"name"
|
||||||
|
|
Loading…
Reference in New Issue