Updated
This commit is contained in:
12
.vscode/easy.code-snippets
vendored
12
.vscode/easy.code-snippets
vendored
@@ -10,5 +10,17 @@
|
||||
"object": {
|
||||
"prefix": "json.object",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"object\", \n\"additionalProperties\": false,\n\"properties\": {}"
|
||||
},
|
||||
"number": {
|
||||
"prefix": "json.number",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"number\", \n\"minimum\": 0"
|
||||
},
|
||||
"integer": {
|
||||
"prefix": "json.integer",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"integer\", \n\"minimum\": 0"
|
||||
},
|
||||
"string": {
|
||||
"prefix": "json.string",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"string\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user