mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
FUCK OFF PRETTIER YOU PIECE OF SHIT
This commit is contained in:
parent
0f0481955d
commit
bc0d30615a
1 changed files with 42 additions and 58 deletions
|
@ -26,36 +26,20 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"examples": [
|
"examples": ["moderation", "utility", "commands"]
|
||||||
"moderation",
|
|
||||||
"utility",
|
|
||||||
"commands"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Semver version string, for more info see https://semver.org.",
|
"description": "Semver version string, for more info see https://semver.org.",
|
||||||
"examples": [
|
"examples": ["0.0.1", "1.0.0-rc.1"]
|
||||||
"0.0.1",
|
|
||||||
"1.0.0-rc.1"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A small description of your license.",
|
"description": "A small description of your license.",
|
||||||
"examples": [
|
"examples": ["MIT", "GPL-2.0-or-later"]
|
||||||
"MIT",
|
|
||||||
"GPL-2.0-or-later"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": ["name", "description", "authors", "version", "license"]
|
||||||
"name",
|
|
||||||
"description",
|
|
||||||
"authors",
|
|
||||||
"version",
|
|
||||||
"license"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue