Skip to content

Commit

Permalink
evidence code enum revision (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner authored Nov 17, 2024
1 parent b35decc commit b782a0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ $defs:
primaryCode:
type: string
enum:
- PS3_met_strong
- PS3_met_moderate
- PS3_met_supporting
- PS3
- PS3_moderate
- PS3_supporting
- PS3_not_met
- BS3_met_strong
- BS3_met_moderate
- BS3_met_supporting
- BS3
- BS3_moderate
- BS3_supporting
- BS3_not_met
required:
- directionOfEvidenceProvided
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ $defs:
primaryCode:
type: string
enum:
- OS2_met_strong
- OS2_met_moderate
- OS2_met_supporting
- OS2
- OS2_moderate
- OS2_supporting
- OS2_not_met
- SBS2_met_strong
- SBS2_met_moderate
- SBS2_met_supporting
- SBS2
- SBS2_moderate
- SBS2_supporting
- SBS2_not_met
required:
- directionOfEvidenceProvided
Expand Down

0 comments on commit b782a0b

Please sign in to comment.