update schema.json

This commit is contained in:
Sina Atalay 2024-02-18 20:40:47 +01:00
parent ab52b8b93a
commit 1f37663bb0
1 changed files with 30 additions and 26 deletions

View File

@ -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"