Generate example JSONC configuration with all properties set to their default value.

This commit is contained in:
David Anson 2021-01-19 20:41:04 -08:00
parent cc61de8f2b
commit 5b7e9b87be
8 changed files with 326 additions and 15 deletions

View file

@ -9,7 +9,10 @@
},
"extends": {
"description": "Path to configuration file to extend",
"type": "string",
"type": [
"string",
"null"
],
"default": null
},
"$schema": {
@ -1207,7 +1210,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
},
"headers": {
"description": "List of headings",
@ -1215,7 +1218,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
}
},
"additionalProperties": false
@ -1234,7 +1237,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
},
"headers": {
"description": "List of headings",
@ -1242,7 +1245,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
}
},
"additionalProperties": false
@ -1261,7 +1264,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
},
"headers": {
"description": "List of headings",
@ -1269,7 +1272,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
}
},
"additionalProperties": false
@ -1288,7 +1291,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
},
"code_blocks": {
"description": "Include code blocks",
@ -1312,7 +1315,7 @@
"items": {
"type": "string"
},
"default": null
"default": []
},
"code_blocks": {
"description": "Include code blocks",