Files

35 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2021-01-05 00:06:46 +01:00
{
2021-06-08 18:26:40 +02:00
"speed_multiplier": {
"prefix": "snippet.speed_multiplier",
2024-11-18 19:33:19 +05:00
"body": [ "\"priority\": { \"$ref\": \"types/base_priority.json\" },", "\"speed_multiplier\": { \"$ref\": \"types/base_speed_multiplier.json\" }," ]
2021-06-08 18:26:40 +02:00
},
"priority": {
"prefix": "snippet.priority",
"body": "\"priority\": { \"$ref\": \"types/base_priority.json\" },"
},
"object": {
"prefix": "json.object",
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"object\", \n\"additionalProperties\": false,\n\"properties\": {}"
2021-06-08 21:05:20 +02:00
},
"array": {
"prefix": "json.array",
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"array\", \n\"items\": {\n \"type\": \"\"\n}"
},
2021-06-08 21:05:20 +02:00
"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\""
2024-11-18 19:33:19 +05:00
},
"boolean": {
"prefix": "json.boolean",
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"boolean\",\n\"default\": false"
2021-06-08 18:26:40 +02:00
}
}