Updated
This commit is contained in:
4
.vscode/schema-validation.json
vendored
4
.vscode/schema-validation.json
vendored
@@ -4,7 +4,9 @@
|
||||
"object_check": {
|
||||
"type": "object",
|
||||
"dependencies": {
|
||||
"type": ["title"]
|
||||
"type": ["title"],
|
||||
"properties": ["type"],
|
||||
"items": ["type"]
|
||||
},
|
||||
"additionalProperties": {
|
||||
"anyOf": [
|
||||
|
||||
@@ -102,7 +102,8 @@
|
||||
"title": "Dependencies"
|
||||
},
|
||||
"capabilities": {
|
||||
"type": "array",
|
||||
"type": "object",
|
||||
"title": "Capabilities",
|
||||
"description": "These are the different features that the pack makes use of that aren't necessarily enabled by default.",
|
||||
"properties": {
|
||||
"experimental_custom_ui": {
|
||||
@@ -111,8 +112,7 @@
|
||||
"title": "Experimental Custom Ui"
|
||||
},
|
||||
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" }
|
||||
},
|
||||
"title": "Capabilities"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"authors": {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"description": "This defines the current version of the manifest. Don't change this unless you have a good reason to"
|
||||
},
|
||||
"capabilities": {
|
||||
"type": "array",
|
||||
"type": "object",
|
||||
"title": "Capabilities",
|
||||
"description": "These are the different features that the pack makes use of that aren't necessarily enabled by default.",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user