Updated
This commit is contained in:
13
.vscode/schema-validation.json
vendored
13
.vscode/schema-validation.json
vendored
@@ -20,6 +20,19 @@
|
||||
"title": {
|
||||
"type": "string",
|
||||
"pattern": "^([A-Z0-9][a-z0-9\\.]*(| ))*$"
|
||||
},
|
||||
"defaultSnippets": {
|
||||
"type": "array",
|
||||
"title": "default Snippets",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["label", "body"],
|
||||
"examples": [{ "label": "example", "body": {} }],
|
||||
"properties": {
|
||||
"label": { "type": "string" },
|
||||
"body": { "type": ["object", "string", "array", "number", "boolean", "integer"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user