Skip to content

Commit

Permalink
feat: add test api data
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jan 29, 2022
1 parent d57a90b commit dffd736
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions tests/test-data/new-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
[
{
"currentRegistry": "TEST",
"projectId": "c9d147e2-bc07-4e68-a76d-43424fa8cd4e",
"registryOfOrigin": "TEST",
"program": "Eimbee",
"projectName": "Zoomcast",
"projectLink": "http://dailymotion.com/ligula/suspendisse/ornare/consequat/lectus/in.jpg?aliquam=consequat&lacus=nulla&morbi=nisl&quis=nunc&tortor=nisl&id=duis&nulla=bibendum&ultrices=felis&aliquet=sed&maecenas=interdum&leo=venenatis&odio=turpis&condimentum=enim&id=blandit&luctus=mi&nec=in&molestie=porttitor&sed=pede&justo=justo&pellentesque=eu&viverra=massa&pede=donec&ac=dapibus&diam=duis&cras=at&pellentesque=velit&volutpat=eu&dui=est&maecenas=congue&tristique=elementum&est=in&et=hac&tempus=habitasse&semper=platea&est=dictumst&quam=morbi&pharetra=vestibulum&magna=velit&ac=id&consequat=pretium&metus=iaculis&sapien=diam&ut=erat&nunc=fermentum&vestibulum=justo&ante=nec&ipsum=condimentum",
"projectDeveloper": "Cogibox",
"sector": "Viva",
"projectType": "Topicshots",
"projectTags": "Kaymbo",
"coveredByNDC": "TEST",
"ndcInformation": "TEST",
"projectStatus": "in magna bibendum imperdiet nullam orci pede venenatis non sodales sed tincidunt eu felis fusce posuere felis sed lacus",
"projectStatusDate": null,
"unitMetric": "Fuscia",
"methodology": "Quatz",
"validationBody": null,
"validationDate": null,
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z",
"projectLocations": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"country": "United States",
"inCountryRegion": "United States",
"geographicIdentifier": "TEST",
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"labels": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"label": "label 1",
"creditingPeriodStartDate": null,
"creditingPeriodEndDate": null,
"validityStartDate": "2022-01-18T00:05:45.701Z",
"validityPeriodEndDate": "2022-01-18T00:05:45.701Z",
"unitQuantity": 5,
"labelLink": "https://label.link/1",
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"issuances": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"startDate": "2019-02-03T00:05:45.701Z",
"endDate": "2029-03-12T00:05:45.701Z",
"verificationApproach": "TEST",
"verificationReportDate": "2022-01-18T00:05:45.701Z",
"verificationBody": "This is verified",
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"coBenefits": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"cobenefit": "TEST_COBENEFIT_1",
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"relatedProjects": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"relationshipType": null,
"registry": null,
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"projectRatings": [
{
"warehouseProjectId": "11954678-f7a5-47d2-94f8-f4f3138a529c",
"ratingType": "number",
"ratingRangeHighest": 1,
"ratingRangeLowest": 10,
"rating": 5,
"ratingLink": null,
"createdAt": "2022-01-18T00:05:45.701Z",
"updatedAt": "2022-01-18T00:05:45.701Z"
}
],
"estimations": []
}
]

0 comments on commit dffd736

Please sign in to comment.