mirror of https://github.com/eyhc1/rendercv.git
docs: update scema.json
This commit is contained in:
parent
c17a306641
commit
4c852e4446
22
schema.json
22
schema.json
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"$defs": {
|
||||
"BulletEntry": {
|
||||
"additionalProperties": false,
|
||||
"description": "This class is the data model of `BulletEntry`.",
|
||||
"properties": {
|
||||
"bullet": {
|
||||
"description": "The bullet of the BulletEntry.",
|
||||
"title": "Bullet",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"bullet"
|
||||
],
|
||||
"title": "BulletEntry",
|
||||
"type": "object"
|
||||
},
|
||||
"ClassicThemeOptions": {
|
||||
"additionalProperties": false,
|
||||
"description": "This class is the data model of the theme options for the classic theme.",
|
||||
|
@ -251,6 +267,12 @@
|
|||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"items": {
|
||||
"$ref": "#/$defs/BulletEntry"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
|
Loading…
Reference in New Issue