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
Added descriptions for various fields
  • Loading branch information
Matt Marshall committed Nov 23, 2021
commit 42c3126d63ad305d7e78784548e4c02258ca7d1d
10 changes: 5 additions & 5 deletions schema/360-giving-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"$ref": "#/definitions/Event"
},
"type": "array",
"description": "When did this grant activity actually take place. Dates should be in YYYY-MM-DD format. A date range can include a start date and duration in months, or a start and end date.",
"description": "When did this grant activity actually take place. Dates must be in YYYY-MM-DD or date-time format. A date range can include a start date and duration in months, or a start and end date.",
"weight": 5.041,
"title": "Actual Dates"
},
Expand Down Expand Up @@ -1235,7 +1235,7 @@
"$ref": "#/definitions/GrantProgramme"
},
"type": "array",
"description": "-",
"description": "Information about the grant programme under which the grant was awarded",
"weight": 5,
"title": "Grant Programme",
"rollUp": [
Expand All @@ -1259,7 +1259,7 @@
"$ref": "#/definitions/Classification"
},
"type": "array",
"description": "-",
"description": "Information about the type of funding provided by the grant",
"weight": 5,
"title": "Funding Type"
},
Expand All @@ -1268,7 +1268,7 @@
"$ref": "#/definitions/Classification"
},
"type": "array",
"description": "-",
"description": "Information about a classification associated with the grant",
"weight": 5,
"title": "Classifications"
},
Expand All @@ -1277,7 +1277,7 @@
"$ref": "#/definitions/Documents"
},
"type": "array",
"description": "-",
"description": "Information about a document related to the grant",
"weight": 5,
"title": "Related Document"
},
Expand Down