Skip to content

Commit ecd3915

Browse files
Merge pull request #8 from DeMaCS-UNICAL/hotfix/config-schema
Updated config schema
2 parents 5b42fdb + 3fd5435 commit ecd3915

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

config_files/config-schema.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "config-schema.json",
4-
"self": {
5-
"vendor": "unical",
6-
"name": "services",
7-
"format": "jsonschema",
8-
"version": "1-0-0"
9-
},
4+
"title": "PythonESE configuration schema",
5+
"description": "Describes the configuration file of the PythonESE",
6+
"type": "object",
107
"examples": [
118
{
129
"paths": {

0 commit comments

Comments
 (0)