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,35 +209,39 @@
] ]
}, },
"sections": { "sections": {
"additionalProperties": {
"items": {
"anyOf": [
{
"$ref": "#/$defs/EducationEntry"
},
{
"$ref": "#/$defs/ExperienceEntry"
},
{
"$ref": "#/$defs/PublicationEntry"
},
{
"$ref": "#/$defs/NormalEntry"
},
{
"$ref": "#/$defs/OneLineEntry"
},
{
"type": "string"
}
]
},
"type": "array"
},
"default": null, "default": null,
"description": "The sections of the CV.", "description": "The sections of the CV.",
"title": "Sections", "title": "Sections",
"type": "object" "allOf": [
{
"additionalProperties": {
"items": {
"anyOf": [
{
"$ref": "#/$defs/EducationEntry"
},
{
"$ref": "#/$defs/ExperienceEntry"
},
{
"$ref": "#/$defs/PublicationEntry"
},
{
"$ref": "#/$defs/NormalEntry"
},
{
"$ref": "#/$defs/OneLineEntry"
},
{
"type": "string"
}
]
},
"type": "array"
},
"type": "object"
}
]
} }
}, },
"required": [ "required": [