Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
af7ad0a
Added new Extensions property to package schema
mrshll1001 Jun 8, 2023
364d7e6
Removed unused properties from 360-giving-schema.json
mrshll1001 Jul 5, 2023
55e6f8a
Fixed hanging commas on a few lines.
mrshll1001 Jul 25, 2023
782d83e
Merge pull request #363 from ThreeSixtyGiving/remove-weight-values
mrshll1001 Jul 25, 2023
08e313b
Changed branch reference for grant schema inside package schema file …
mrshll1001 Jul 25, 2023
3147a1d
Changed 'Name' column to 'Title' in geoCodeType.csv to bring in line …
mrshll1001 Jul 25, 2023
252dbd2
Merge pull request #365 from ThreeSixtyGiving/fix-grant-schema-uri
mrshll1001 Aug 10, 2023
5472150
Fixed description of FRG050 in regrantType.csv as per discussion
mrshll1001 Aug 10, 2023
5ab8225
Ensured that extensions array was documented along with other fields …
mrshll1001 Aug 17, 2023
cc25278
Added extension field to Metadata field guidance
mrshll1001 Aug 17, 2023
0032e82
Amend extensions documentation in metadata file
mrshll1001 Aug 21, 2023
33f3e4f
Tweaked description of extensions field in schema and included link t…
mrshll1001 Aug 21, 2023
3779c4f
Merge pull request #367 from ThreeSixtyGiving/fix-frg050-description
mrshll1001 Aug 23, 2023
b7123db
Merge pull request #366 from ThreeSixtyGiving/fix-geotype-codelist-co…
mrshll1001 Aug 23, 2023
dd03b83
Merge pull request #361 from ThreeSixtyGiving/feature-extensions
mrshll1001 Aug 23, 2023
9721fb1
Merge branch 'master' into 1.4-staging
mrshll1001 Aug 23, 2023
d4ec63e
Merge branch 'master' into 1.4-staging
mrshll1001 Aug 29, 2023
41b6a6b
Merge branch 'master' into 1.4-staging
mrshll1001 Nov 28, 2023
7d8dd58
Merge branch '1.4-staging' of github.com:ThreeSixtyGiving/standard in…
mrshll1001 Nov 28, 2023
2243cef
Added copy about extensions to the Metadata.md
mrshll1001 Feb 29, 2024
bb26147
Inserted heading to ensure that subheadings did not accidentally belo…
mrshll1001 Feb 29, 2024
fa65d1a
Updated link in schema to new documentation heading
mrshll1001 Feb 29, 2024
742075e
Update spreadsheet template with DEI extension (#381)
neelima-j Mar 20, 2024
2bc766c
Feature dei documentation (#380)
mrshll1001 Mar 20, 2024
adc1e2e
Merge branch 'master' into 1.4-staging
neelima-j Mar 21, 2024
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
Changed branch reference for grant schema inside package schema file …
…from master to 1.4, ready for version 1.4
  • Loading branch information
mrshll1001 committed Jul 25, 2023
commit 08e313b98198bb5df10ebaadd2e77b5aa3882e49
2 changes: 1 addition & 1 deletion schema/360-giving-package-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"title": "Grants",
"type": "array",
"minItems": 1,
"items": { "$ref": "https://raw.githubusercontent.com/ThreeSixtyGiving/standard/master/schema/360-giving-schema.json" },
"items": { "$ref": "https://raw.githubusercontent.com/ThreeSixtyGiving/standard/1.4/schema/360-giving-schema.json" },
"uniqueItems": true
},
"version": {
Expand Down