-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
136eb6e
commit 97e7767
Showing
6 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"grants": [ | ||
{ | ||
"id": "360G-sampletrust-105177/Z/14/Z", | ||
"awardDate": "2024-12-30", | ||
"amountAwarded": 10, | ||
"url": "http://example.com", | ||
"title": "test", | ||
"currency": "GBP", | ||
"description": "test", | ||
"plannedDates": [ | ||
{ | ||
"duration": 30 | ||
} | ||
], | ||
"recipientOrganization": [ | ||
{ | ||
"id": "GB-323242-test", | ||
"name": "Example Project Limited" | ||
} | ||
], | ||
"fundingOrganization": [ | ||
{ | ||
"id": "GB-12345-test", | ||
"name": "Example Funder Limited" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "360G-sampletrust-123452", | ||
"awardDate": "2024-12-30", | ||
"amountAwarded": 10, | ||
"url": "http://example.com", | ||
"title": "test two", | ||
"currency": "GBP", | ||
"description": "test two", | ||
"plannedDates": [ | ||
{ | ||
"duration": 30 | ||
} | ||
], | ||
"recipientOrganization": [ | ||
{ | ||
"id": "GB-323242-test", | ||
"name": "Example Project Limited" | ||
} | ||
], | ||
"fundingOrganization": [ | ||
{ | ||
"id": "GB-12345-test", | ||
"name": "Example Funder" | ||
} | ||
] | ||
} | ||
|
||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters