Skip to content

Commit

Permalink
Merge pull request #30 from DeMaCS-UNICAL/hotfix/config-schema
Browse files Browse the repository at this point in the history
Updated the schema files
  • Loading branch information
stefanogermano authored Feb 25, 2024
2 parents d0b376d + 2b1844f commit 9e4f2f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 2 additions & 6 deletions config/app-config-schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 3 additions & 6 deletions config/services-schema.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 9e4f2f7

Please sign in to comment.