Skip to content

Commit

Permalink
Added use_point_of_contact feature to agencies schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyu95 committed Nov 29, 2024
1 parent 3b4b373 commit 618aa60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/constants/schemas/agencies.schema
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"description": "An array of agency EINs. Each EIN must be unique. Used to notify a \"parent\" agency of requests submitted to the \"child\"",
"uniqueItems": true
},
"use_point_of_contact": {
"$id": "/properties/agencies/items/properties/agency_features/properties/use_point_of_contact",
"type": "boolean",
"title": "Use Point of Contact",
"description": "Boolean value that determines if point of contact information should be used in email templates.",
},
"letters": {
"generate_letters": {
"$id": "/properties/agencies/items/properties/agency_features/properties/letters/properties/generate_letters",
Expand Down

0 comments on commit 618aa60

Please sign in to comment.