We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8411 commit 3fd5435Copy full SHA for 3fd5435
config_files/config-schema.json
@@ -1,12 +1,9 @@
1
{
2
"$schema": "http://json-schema.org/draft-07/schema",
3
"$id": "config-schema.json",
4
- "self": {
5
- "vendor": "unical",
6
- "name": "services",
7
- "format": "jsonschema",
8
- "version": "1-0-0"
9
- },
+ "title": "PythonESE configuration schema",
+ "description": "Describes the configuration file of the PythonESE",
+ "type": "object",
10
"examples": [
11
12
"paths": {
0 commit comments