Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed recipient specific language from address component definitions
  • Loading branch information
Matt Marshall committed Nov 23, 2021
commit 86c48d26a0601389a9644564105372f3d5f0743a
10 changes: 5 additions & 5 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,31 +926,31 @@
},
"streetAddress": {
"type": "string",
"description": "Recipient organisation address building number and street name.",
"description": "Organisation address building number and street name.",
"weight": 3.1,
"title": "Street Address"
},
"addressLocality": {
"type": "string",
"description": "Recipient organisation address city or town.",
"description": "Organisation address city or town.",
"weight": 3.2,
"title": "City"
},
"addressRegion": {
"type": "string",
"description": "Recipient organisation address county",
"description": "Organisation address county",
"weight": 3.3,
"title": "County"
},
"addressCountry": {
"type": "string",
"description": "Recipient organisation address country",
"description": "Organisation address country",
"weight": 3.5,
"title": "Country"
},
"postalCode": {
"type": "string",
"description": "Recipient organisation address postal code.",
"description": "Organisation address postal code.",
"weight": 3.4,
"title": "Postal Code"
},
Expand Down