Skip to content

Commit

Permalink
Merge pull request #241 from LandsOfHope/develop
Browse files Browse the repository at this point in the history
add service-environment, service-log-level
  • Loading branch information
etinquis authored Jan 7, 2024
2 parents e5febc5 + b59472e commit 5773e0b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/v1/services/service-environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$id": "https://data.landsofhope.com/schemas/v1/services/service-environment.json",
"title": "ServiceEnvironment",
"enum": [
"development",
"staging",
"production"
]
}
11 changes: 11 additions & 0 deletions schemas/v1/services/service-log-level.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$id": "https://data.landsofhope.com/schemas/v1/services/service-log-level.json",
"title": "ServiceLogLevel",
"enum": [
"trace",
"debug",
"information",
"warning",
"error"
]
}

0 comments on commit 5773e0b

Please sign in to comment.