From 92e03534bf3fe74e404363ff78701e7072176cda Mon Sep 17 00:00:00 2001 From: Tai Wilkin <21046714+TaiWilkin@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:30:15 -0500 Subject: [PATCH] Add to 0969 examples --- ...21P-0969-KITCHEN_SINK-cypress-example.json | 19 ++++++++ dist/21P-0969-KITCHEN_SINK-example.json | 19 ++++++++ dist/21P-0969-OVERFLOW-cypress-example.json | 43 +++++++++++++++++++ dist/21P-0969-OVERFLOW-example.json | 43 +++++++++++++++++++ package.json | 2 +- .../21P-0969-kitchen_sink/example.json | 21 ++++++++- src/schemas/21P-0969-overflow/example.json | 43 +++++++++++++++++++ 7 files changed, 188 insertions(+), 2 deletions(-) diff --git a/dist/21P-0969-KITCHEN_SINK-cypress-example.json b/dist/21P-0969-KITCHEN_SINK-cypress-example.json index 44da6e31..c8ba6e16 100644 --- a/dist/21P-0969-KITCHEN_SINK-cypress-example.json +++ b/dist/21P-0969-KITCHEN_SINK-cypress-example.json @@ -57,6 +57,25 @@ "grossMonthlyIncome": 12345.67, "payer": "Personnel Management" } + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + } ] } } diff --git a/dist/21P-0969-KITCHEN_SINK-example.json b/dist/21P-0969-KITCHEN_SINK-example.json index edd0b98f..62bbb30c 100644 --- a/dist/21P-0969-KITCHEN_SINK-example.json +++ b/dist/21P-0969-KITCHEN_SINK-example.json @@ -56,5 +56,24 @@ "grossMonthlyIncome": 12345.67, "payer": "Personnel Management" } + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + } ] } diff --git a/dist/21P-0969-OVERFLOW-cypress-example.json b/dist/21P-0969-OVERFLOW-cypress-example.json index 5c160960..2e2cc293 100644 --- a/dist/21P-0969-OVERFLOW-cypress-example.json +++ b/dist/21P-0969-OVERFLOW-cypress-example.json @@ -64,6 +64,49 @@ "grossMonthlyIncome": 1000, "payer": "Agency of Unemployment" } + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + }, + { + "incomeType": "OTHER", + "otherIncomeType": "Bonds", + "grossMonthlyIncome": 123, + "accountValue": 100, + "payer": "US Government", + "recipientRelationship": "SPOUSE" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 987654, + "accountValue": 111, + "payer": "Municipality Bank", + "recipientName": "Willow Washington", + "recipientRelationship": "PARENT" + }, + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 222, + "accountValue": 222, + "payer": "Bank", + "recipientName": "Rand Lincoln", + "recipientRelationship": "CHILD" + } ] } } diff --git a/dist/21P-0969-OVERFLOW-example.json b/dist/21P-0969-OVERFLOW-example.json index c1574f8d..cd4bbf98 100644 --- a/dist/21P-0969-OVERFLOW-example.json +++ b/dist/21P-0969-OVERFLOW-example.json @@ -63,5 +63,48 @@ "grossMonthlyIncome": 1000, "payer": "Agency of Unemployment" } + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + }, + { + "incomeType": "OTHER", + "otherIncomeType": "Bonds", + "grossMonthlyIncome": 123, + "accountValue": 100, + "payer": "US Government", + "recipientRelationship": "SPOUSE" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 987654, + "accountValue": 111, + "payer": "Municipality Bank", + "recipientName": "Willow Washington", + "recipientRelationship": "PARENT" + }, + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 222, + "accountValue": 222, + "payer": "Bank", + "recipientName": "Rand Lincoln", + "recipientRelationship": "CHILD" + } ] } diff --git a/package.json b/package.json index ada631a2..bede8621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vets-json-schema", - "version": "24.7.1", + "version": "24.7.2", "license": "CC0-1.0", "repository": { "type": "git", diff --git a/src/schemas/21P-0969-kitchen_sink/example.json b/src/schemas/21P-0969-kitchen_sink/example.json index f2ed76a5..623121fc 100644 --- a/src/schemas/21P-0969-kitchen_sink/example.json +++ b/src/schemas/21P-0969-kitchen_sink/example.json @@ -57,6 +57,25 @@ "grossMonthlyIncome": 12345.67, "payer": "Personnel Management" } - ] + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + } + ] } } \ No newline at end of file diff --git a/src/schemas/21P-0969-overflow/example.json b/src/schemas/21P-0969-overflow/example.json index 5d08b2e1..2d399145 100644 --- a/src/schemas/21P-0969-overflow/example.json +++ b/src/schemas/21P-0969-overflow/example.json @@ -64,6 +64,49 @@ "grossMonthlyIncome": 1000.00, "payer": "Agency of Unemployment" } + ], + "associatedIncomes": [ + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 12345, + "accountValue": 12987, + "payer": "Jack Smith", + "recipientName": "Jim Brown", + "recipientRelationship": "CUSTODIAN" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 23987, + "accountValue": 9900, + "payer": "Harold Washington", + "recipientName": "Brandon Jones", + "recipientRelationship": "OTHER", + "otherRecipientRelationshipType": "Friend" + }, + { + "incomeType": "OTHER", + "otherIncomeType": "Bonds", + "grossMonthlyIncome": 123, + "accountValue": 100, + "payer": "US Government", + "recipientRelationship": "SPOUSE" + }, + { + "incomeType": "DIVIDENDS", + "grossMonthlyIncome": 987654, + "accountValue": 111, + "payer": "Municipality Bank", + "recipientName": "Willow Washington", + "recipientRelationship": "PARENT" + }, + { + "incomeType": "INTEREST", + "grossMonthlyIncome": 222, + "accountValue": 222, + "payer": "Bank", + "recipientName": "Rand Lincoln", + "recipientRelationship": "CHILD" + } ] } } \ No newline at end of file