Skip to content

Commit

Permalink
Run rake build_schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
beccapearce committed Dec 4, 2023
1 parent 9d6c0ac commit e839b35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,10 @@
"type": "string",
"enum": [
"met",
"not-met"
"not-met",
"red",
"amber",
"green"
]
},
"service_provider": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,10 @@
"type": "string",
"enum": [
"met",
"not-met"
"not-met",
"red",
"amber",
"green"
]
},
"service_provider": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3157,7 +3157,10 @@
"type": "string",
"enum": [
"met",
"not-met"
"not-met",
"red",
"amber",
"green"
]
},
"service_provider": {
Expand Down

0 comments on commit e839b35

Please sign in to comment.