Skip to content

Commit

Permalink
Add to 0969 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiWilkin committed Dec 17, 2024
1 parent 6732ef3 commit 92e0353
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 2 deletions.
19 changes: 19 additions & 0 deletions dist/21P-0969-KITCHEN_SINK-cypress-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
19 changes: 19 additions & 0 deletions dist/21P-0969-KITCHEN_SINK-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
43 changes: 43 additions & 0 deletions dist/21P-0969-OVERFLOW-cypress-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
43 changes: 43 additions & 0 deletions dist/21P-0969-OVERFLOW-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vets-json-schema",
"version": "24.7.1",
"version": "24.7.2",
"license": "CC0-1.0",
"repository": {
"type": "git",
Expand Down
21 changes: 20 additions & 1 deletion src/schemas/21P-0969-kitchen_sink/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
43 changes: 43 additions & 0 deletions src/schemas/21P-0969-overflow/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}

0 comments on commit 92e0353

Please sign in to comment.