Last active
August 24, 2018 19:22
-
-
Save allanalves/81dedb01c52252eb57b6704713d71cc9 to your computer and use it in GitHub Desktop.
Mock JSON for Projects Entity
This file contains hidden or 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
[ | |
{ | |
"id": "Rd02Xfwdo", | |
"name": "Weekly Deliverables", | |
"description": "SAP", | |
"approver": "Jack Nelson" | |
}, | |
{ | |
"id": "Yd05sfDdP", | |
"name": "Monthly Deliverables", | |
"description": "SAP", | |
"approver": "Jack Nelson" | |
}, | |
{ | |
"id": "34Cslrp20dPs", | |
"name": "Monthly EMEA Region", | |
"description": "SAP", | |
"approver": "Jack Nelson" | |
}, | |
{ | |
"id": "2fcpse4Gps04", | |
"name": "Monthly Deliverables 2018", | |
"description": "Grupo Nelson", | |
"approver": "Jack Nelson" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment