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 bottom of grant properties list
  • Loading branch information
mrshll1001 committed Mar 15, 2023
commit 546804f900b7c86eff85bea6f012eb4016255edb
14 changes: 7 additions & 7 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,13 +1302,6 @@
"department"
]
},
"locationScope": {
"type": "string",
"title": "Location Scope",
"description": "A code referring to the location scope applicable to this grant. 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 Expand Up @@ -1416,6 +1409,13 @@
"type": "string",
"codelist": "regrantType.csv",
"openCodelist": false
},
"locationScope": {
"type": "string",
"title": "Location Scope",
"description": "A code referring to the location scope applicable to this grant. The value for this field should be drawn from the Location Scope codelist.",
"codelist": "locationScope.csv",
"openCodelist": false
}
}
}