Skip to content

Commit

Permalink
Merge pull request #184 from bcgov/feature/update-parties
Browse files Browse the repository at this point in the history
Update schema
  • Loading branch information
BrendanBeach authored Oct 26, 2021
2 parents 65e70d0 + 6ea011e commit e58b90d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"fieldKey": null,
"businessObject": "details",
"properties": {
"plaintiffs": {
"plaintiff": {
"type": "array",
"fieldId": null,
"fieldKey": "plaintiffs",
Expand All @@ -146,7 +146,7 @@
}
}
},
"defendants": {
"defendant": {
"type": "array",
"fieldId": null,
"fieldKey": "defendants",
Expand All @@ -169,7 +169,7 @@
}
}
},
"third_parties": {
"third_party": {
"type": "array",
"fieldId": null,
"fieldKey": "court_third_parties",
Expand Down

0 comments on commit e58b90d

Please sign in to comment.