···11{
22- "lexicon": 1,
33- "id": "systems.gaze.barometer.status.degraded",
44- "defs": {
55- "main": {
66- "type": "token",
77- "description": "represents that a service / check is not working as it should"
22+ "lexicon": 1,
33+ "id": "systems.gaze.barometer.status.degraded",
44+ "defs": {
55+ "main": {
66+ "type": "token",
77+ "description": "represents that a service / check is not working as it should"
88+ }
89 }
99- }
1010}
+7-7
lexicon/status/healthy.json
···11{
22- "lexicon": 1,
33- "id": "systems.gaze.barometer.status.healthy",
44- "defs": {
55- "main": {
66- "type": "token",
77- "description": "represents that a service / check is working properly"
22+ "lexicon": 1,
33+ "id": "systems.gaze.barometer.status.healthy",
44+ "defs": {
55+ "main": {
66+ "type": "token",
77+ "description": "represents that a service / check is working properly"
88+ }
89 }
99- }
1010}
-10
lexicon/status/unknown.json
···11-{
22- "lexicon": 1,
33- "id": "systems.gaze.barometer.status.unknown",
44- "defs": {
55- "main": {
66- "type": "token",
77- "description": "represents that the state of the service / check is unknown (only used for first from field in a state record)"
88- }
99- }
1010-}
-1
lib/src/lexicons/index.ts
···44export * as SystemsGazeBarometerState from "./types/systems/gaze/barometer/state.js";
55export * as SystemsGazeBarometerStatusDegraded from "./types/systems/gaze/barometer/status/degraded.js";
66export * as SystemsGazeBarometerStatusHealthy from "./types/systems/gaze/barometer/status/healthy.js";
77-export * as SystemsGazeBarometerStatusUnknown from "./types/systems/gaze/barometer/status/unknown.js";