Skip to content

Commit

Permalink
chore: json schema: allow 'CriteriaBuilder' as corrId.originator (#81)
Browse files Browse the repository at this point in the history
* json schema: allow 'CriteriaBuilder' as accepted corrId.originator
  • Loading branch information
mackenzie-grimes-noaa authored Oct 30, 2024
1 parent d7c4e6f commit de4c078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/idsse_common/idsse/common/schema/corr_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"properties": {
"originator": {
"type": "string",
"enum": ["IDSSe", "IMS"]
"enum": ["IDSSe", "IMS", "CriteriaBuilder"]
},
"uuid": {
"type": "string",
Expand All @@ -19,4 +19,4 @@
"issueDt"
]
}
}
}

0 comments on commit de4c078

Please sign in to comment.