Skip to content

Commit

Permalink
Add photo id to vote promo to completed transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed Mar 25, 2024
1 parent 011bcb3 commit 1973daa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,28 @@
]
}
}
}
},
{
"required": [
"url"
],
"properties": {
"category": {
"enum": [
"bring_id_to_vote"
]
}
}
}
],
"properties": {
"category": {
"enum": [
"mot_reminder",
"organ_donor",
"register_to_vote",
"electric_vehicle"
"electric_vehicle",
"bring_id_to_vote",
]
},
"opt_in_url": {
Expand Down
1 change: 1 addition & 0 deletions content_schemas/formats/completed_transaction.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"organ_donor",
"register_to_vote",
"electric_vehicle",
"bring_id_to_vote",
],
},
url: {
Expand Down

0 comments on commit 1973daa

Please sign in to comment.