diff --git a/config/app-config-schema.json b/config/app-config-schema.json index ec00f29..d77a56a 100644 --- a/config/app-config-schema.json +++ b/config/app-config-schema.json @@ -1,12 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "app-config-schema.json", - "self": { - "vendor": "unical", - "name": "app-config", - "format": "jsonschema", - "version": "1-0-0" - }, + "title": "Application configuration schema", + "description": "Describes the configuration of the application", "type": "object", "properties": { "port": { diff --git a/config/services-schema.json b/config/services-schema.json index 69fe60c..35af128 100644 --- a/config/services-schema.json +++ b/config/services-schema.json @@ -1,12 +1,9 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "services-schema.json", - "self": { - "vendor": "unical", - "name": "services", - "format": "jsonschema", - "version": "1-0-0" - }, + "title": "Services schema.", + "description": "This schema describes the services available on the LoIDE Web Application.", + "type": "object", "properties": { "languages": { "title": "Supported languages.",