Skip to content

Commit

Permalink
Updated the schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Jan 31, 2024
1 parent 9fac2fe commit 2b1844f
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 2b1844f

Please sign in to comment.