Skip to content

Instantly share code, notes, and snippets.

@lokhmakov
Created October 21, 2018 10:18
Show Gist options
  • Save lokhmakov/5d192107130049577bdc737c427a78ae to your computer and use it in GitHub Desktop.
Save lokhmakov/5d192107130049577bdc737c427a78ae to your computer and use it in GitHub Desktop.
/api/core/entity
[
{
"_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