Created
October 21, 2018 10:18
-
-
Save lokhmakov/5d192107130049577bdc737c427a78ae to your computer and use it in GitHub Desktop.
/api/core/entity
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
[ | |
{ | |
"_id":"5bcaf86afb2028186d4af78b", | |
"name":"Person", | |
"__v":0, | |
"fields":[ | |
{ | |
"_id":"5bcaf88ffb2028186d4af78d", | |
"name":"dateOfBirth", | |
"__v":0, | |
"entity":"5bcaf86afb2028186d4af78b", | |
"type":"Date" | |
}, | |
{ | |
"_id":"5bcaf89bfb2028186d4af78e", | |
"name":"friendsNumber", | |
"__v":0, | |
"entity":"5bcaf86afb2028186d4af78b", | |
"type":"Number" | |
}, | |
{ | |
"_id":"5bcaf8b2fb2028186d4af78f", | |
"name":"isAlive", | |
"__v":0, | |
"entity":"5bcaf86afb2028186d4af78b", | |
"type":"Boolean" | |
}, | |
{ | |
"_id":"5bcaf879fb2028186d4af78c", | |
"name":"name", | |
"__v":0, | |
"entity":"5bcaf86afb2028186d4af78b", | |
"type":"String" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment