Last active
March 6, 2020 12:01
-
-
Save danielantelo/8bc0dc63eceb51b29af6e5896046468b to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"name": "Loan 1", | |
"status": "warning", | |
"attributes": [ | |
{ | |
"label": "gross facility", | |
"content": "$3000000" | |
}, | |
{ | |
"label": "purpose of loan", | |
"content": "refinancing" | |
} | |
] | |
}, | |
{ | |
"name": "Loan 2", | |
"status": "danger", | |
"attributes": [ | |
{ | |
"label": "gross facility", | |
"content": "$7000000" | |
}, | |
{ | |
"label": "net facility", | |
"content": "$1000000000" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment