Skip to content

Commit

Permalink
Moved purposes to DEIDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Marshall committed Sep 25, 2023
1 parent dae5693 commit 83752c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
},
"uniqueItems": true
},
"purposes": {
"type": "string",
"title": "Purposes",
"description": "The purposes of collecting this data."
},
"additionalDetails": {
"type": "string",
"title": "Additional Details",
Expand All @@ -87,6 +82,11 @@
"project"
],
"properties": {
"purposes": {
"type": "string",
"title": "Purposes",
"description": "The purposes of collecting this data."
},
"leadership": {
"$ref": "#/definitions/DEIApplicationArea"
},
Expand Down

0 comments on commit 83752c3

Please sign in to comment.