added editor schema.json inline support e.g. VS Code, Atom etc. (#1988)

main
Max Schmitt 7 years ago committed by Elbert Alias
parent 08d9f18426
commit f0546375ac

@ -3,6 +3,9 @@
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"categories": {
"type": "object",
"required": true,
@ -48,19 +51,28 @@
}
},
"html": {
"type": [ "string", "array" ],
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
},
"excludes": {
"type": [ "string", "array" ],
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
},
"implies": {
"type": [ "string", "array" ],
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
@ -72,7 +84,10 @@
}
},
"script": {
"type": [ "string", "array" ],
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
@ -91,4 +106,4 @@
}
}
}
}
}

@ -1,4 +1,5 @@
{
"$schema": "../schema.json",
"apps": {
"1&1": {
"cats": [
@ -12358,4 +12359,4 @@
"priority": "8"
}
}
}
}