mirror of https://github.com/eyhc1/rendercv.git
update JSON schema
This commit is contained in:
parent
76a2de4d6e
commit
0a9a2926fe
45
schema.json
45
schema.json
|
@ -25,7 +25,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemeEntryAreaMargins",
|
"title": "ClassicThemeEntryAreaMargins",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ClassicThemeHighlightsAreaMargins": {
|
"ClassicThemeHighlightsAreaMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -52,7 +53,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemeHighlightsAreaMargins",
|
"title": "ClassicThemeHighlightsAreaMargins",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ClassicThemeMargins": {
|
"ClassicThemeMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -114,7 +116,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemeMargins",
|
"title": "ClassicThemeMargins",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ClassicThemeOptions": {
|
"ClassicThemeOptions": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -186,7 +189,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemeOptions",
|
"title": "ClassicThemeOptions",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ClassicThemePageMargins": {
|
"ClassicThemePageMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -220,7 +224,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemePageMargins",
|
"title": "ClassicThemePageMargins",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ClassicThemeSectionTitleMargins": {
|
"ClassicThemeSectionTitleMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -240,7 +245,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "ClassicThemeSectionTitleMargins",
|
"title": "ClassicThemeSectionTitleMargins",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"CurriculumVitae": {
|
"CurriculumVitae": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -474,7 +480,8 @@
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"title": "CurriculumVitae",
|
"title": "CurriculumVitae",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"Design": {
|
"Design": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -528,7 +535,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Design",
|
"title": "Design",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"EducationEntry": {
|
"EducationEntry": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -697,7 +705,8 @@
|
||||||
"area"
|
"area"
|
||||||
],
|
],
|
||||||
"title": "EducationEntry",
|
"title": "EducationEntry",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ExperienceEntry": {
|
"ExperienceEntry": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -815,7 +824,8 @@
|
||||||
"position"
|
"position"
|
||||||
],
|
],
|
||||||
"title": "ExperienceEntry",
|
"title": "ExperienceEntry",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"NormalEntry": {
|
"NormalEntry": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -927,7 +937,8 @@
|
||||||
"name"
|
"name"
|
||||||
],
|
],
|
||||||
"title": "NormalEntry",
|
"title": "NormalEntry",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"OneLineEntry": {
|
"OneLineEntry": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1045,7 +1056,8 @@
|
||||||
"details"
|
"details"
|
||||||
],
|
],
|
||||||
"title": "OneLineEntry",
|
"title": "OneLineEntry",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"PublicationEntry": {
|
"PublicationEntry": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1183,7 +1195,8 @@
|
||||||
"doi"
|
"doi"
|
||||||
],
|
],
|
||||||
"title": "PublicationEntry",
|
"title": "PublicationEntry",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"Section": {
|
"Section": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1252,7 +1265,8 @@
|
||||||
"entries"
|
"entries"
|
||||||
],
|
],
|
||||||
"title": "Section",
|
"title": "Section",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"SocialNetwork": {
|
"SocialNetwork": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1278,7 +1292,8 @@
|
||||||
"username"
|
"username"
|
||||||
],
|
],
|
||||||
"title": "SocialNetwork",
|
"title": "SocialNetwork",
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in New Issue