From 618aa60a109a64c33c3c4dd0b9a5c0aaa6c8bcdf Mon Sep 17 00:00:00 2001 From: johnyu95 Date: Fri, 29 Nov 2024 16:23:13 -0500 Subject: [PATCH] Added use_point_of_contact feature to agencies schema --- app/constants/schemas/agencies.schema | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/constants/schemas/agencies.schema b/app/constants/schemas/agencies.schema index 29a25617a..57a891d56 100644 --- a/app/constants/schemas/agencies.schema +++ b/app/constants/schemas/agencies.schema @@ -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",