Skip to content

Commit

Permalink
ABCs sender manifest config update (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Kimpo <[email protected]>
  • Loading branch information
2 people authored and cfarmer-fearless committed Jul 29, 2024
1 parent 4a0eab2 commit 35384f0
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions upload-configs/v2/abcs-csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,50 @@
{
"field_name": "sender_id",
"allowed_values": [
"GA-PHA"
"CA-ABCs",
"CO-ABCs",
"CT-ABCs",
"GA-ABCs",
"MD-ABCs",
"MN-ABCs",
"NM-ABCs",
"NY-ABCs",
"OR-ABCs",
"TN-ABCs"
],
"required": true,
"description": "This field is the identifier for the sender of the data."
},
{
"field_name": "data_producer_id",
"allowed_values": [
"GA-PHA"
"CA-ABCs",
"CO-ABCs",
"CT-ABCs",
"GA-ABCs",
"MD-ABCs",
"MN-ABCs",
"NM-ABCs",
"NY-ABCs",
"OR-ABCs",
"TN-ABCs"
],
"required": true,
"description": "This field is the identifier for the data producer."
},
{
"field_name": "jurisdiction",
"allowed_values": [
"GA"
"CA",
"CO",
"CT",
"GA",
"MD",
"MN",
"NM",
"NY",
"OR",
"TN"
],
"required": true,
"description": "This field indicates the jurisdiction associated with the data. If not provided, populate with null."
Expand Down

0 comments on commit 35384f0

Please sign in to comment.