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
Moved locationScope field to grant level
  • Loading branch information
Matt Marshall committed Mar 10, 2023
commit 939be938bdb569adc46511fd5c0a94cc10c69019
16 changes: 8 additions & 8 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,14 +470,7 @@
"description": "A name for this location.",
"weight": 1.1,
"title": "Name"
},
"locationScope": {
"type": "string",
"title": "Location Scope",
"description": "A code referring to the scope of location applicable to this grant represents. The value for this field should be drawn from the Location Scope codelist",
"codelist": "locationScope.csv",
"openCodelist": false
},
},
"countryCode": {
"type": [
"string",
Expand Down Expand Up @@ -1309,6 +1302,13 @@
"department"
]
},
"locationScope": {
"type": "string",
"title": "Location Scope",
"description": "A code referring to the scope of location applicable to this grant represents. The value for this field should be drawn from the Location Scope codelist",
"codelist": "locationScope.csv",
"openCodelist": false
},
"grantProgramme": {
"items": {
"$ref": "#/definitions/GrantProgramme"
Expand Down