Skip to content

Commit

Permalink
add service-environment, service-log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Jan 7, 2024
1 parent e5febc5 commit b59472e
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 b59472e

Please sign in to comment.