Getting started
{
"ViewConfig": {
"Resources": {
"Community": {
"name": "Communities", <---\
"Id": { "name": "community id" }, ---- a node can (or must) have a name. Thus the community own 'name' property must be uppercased to avoid conflicts.
"Name": { "name": "community name" } <---/
}
}
}
}---
ViewConfig:
Resources:
Community:
name: "Communities" <---\
Id: ---- a node can (or must) have a name. Thus the community own 'name' property must be uppercased to avoid
name: "community id"
Name: <---/
name: "community name"Test the API
Last updated
Was this helpful?