You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/360-giving-schema.json
+60-4Lines changed: 60 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1226,14 +1226,42 @@
1226
1226
"title": "Primary Grant Reason",
1227
1227
"description": "A code referring to the reason(s) for a grant to an individual. The value for this field should be drawn from the Grant to Individuals Reason codelist",
1228
1228
"codelist": "grantToIndividualsReason.csv",
1229
-
"openCodelist": false
1229
+
"openCodelist": false,
1230
+
"enum": [
1231
+
"GTIR010",
1232
+
"GTIR020",
1233
+
"GTIR030",
1234
+
"GTIR040",
1235
+
"GTIR050",
1236
+
"GTIR060",
1237
+
"GTIR070",
1238
+
"GTIR080",
1239
+
"GTIR090",
1240
+
"GTIR100",
1241
+
"GTIR110",
1242
+
"GTIR120"
1243
+
]
1230
1244
},
1231
1245
"secondaryGrantReason": {
1232
1246
"type": "string",
1233
1247
"title": "Secondary Grant Reason",
1234
1248
"description": "A code referring to the reason(s) for a grant to an individual. The value for this field should be drawn from the Grant to Individuals Reason codelist",
1235
1249
"codelist": "grantToIndividualsReason.csv",
1236
-
"openCodelist": false
1250
+
"openCodelist": false,
1251
+
"enum": [
1252
+
"GTIR010",
1253
+
"GTIR020",
1254
+
"GTIR030",
1255
+
"GTIR040",
1256
+
"GTIR050",
1257
+
"GTIR060",
1258
+
"GTIR070",
1259
+
"GTIR080",
1260
+
"GTIR090",
1261
+
"GTIR100",
1262
+
"GTIR110",
1263
+
"GTIR120"
1264
+
]
1237
1265
},
1238
1266
"grantPurpose": {
1239
1267
"type": "array",
@@ -1242,7 +1270,26 @@
1242
1270
"items": {
1243
1271
"type": "string",
1244
1272
"codelist": "grantToIndividualsPurpose.csv",
1245
-
"openCodelist": false
1273
+
"openCodelist": false,
1274
+
"enum": [
1275
+
"GTIP010",
1276
+
"GTIP020",
1277
+
"GTIP030",
1278
+
"GTIP040",
1279
+
"GTIP050",
1280
+
"GTIP060",
1281
+
"GTIP070",
1282
+
"GTIP080",
1283
+
"GTIP090",
1284
+
"GTIP100",
1285
+
"GTIP110",
1286
+
"GTIP120",
1287
+
"GTIP130",
1288
+
"GTIP140",
1289
+
"GTIP150",
1290
+
"GTIP160",
1291
+
"GTIP170"
1292
+
]
1246
1293
}
1247
1294
}
1248
1295
}
@@ -1408,7 +1455,16 @@
1408
1455
"description": "A code referring to the type of regranting process that this grant represents. The value for this field should be drawn from the Regrant Type codelist",
0 commit comments