File tree 2 files changed +7
-0
lines changed
domain/au/org/ala/ecodata
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 60
60
"fundingType" : {
61
61
"type" : " keyword"
62
62
},
63
+ "fundingVerificationDate" : {
64
+ "type" : " date" ,
65
+ "ignore_malformed" : true
66
+ },
63
67
"status" : {
64
68
"type" : " keyword"
65
69
},
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ class Project {
70
70
List < String > ecoScienceType = []
71
71
List < String > tags = []
72
72
double funding
73
+ /* * The most recent date the correctness of the project funding was checked */
74
+ Date fundingVerificatonDate
73
75
String orgIdGrantee, orgIdSponsor, orgIdSvcProvider
74
76
String userCreated, userLastModified
75
77
boolean isExternal = false // An external project only has a listing with the ALA and is not using data capture capabilities
@@ -236,6 +238,7 @@ class Project {
236
238
mapDisplays nullable : true
237
239
terminationReason nullable : true
238
240
fundingType nullable : true
241
+ fundingVerificatonDate nullable : true
239
242
electionCommitmentYear nullable : true
240
243
geographicInfo nullable :true
241
244
portfolio nullable : true
You can’t perform that action at this time.
0 commit comments