mirror of https://github.com/eyhc1/rendercv.git
update schema.json
This commit is contained in:
parent
ab52b8b93a
commit
1f37663bb0
56
schema.json
56
schema.json
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue