-
Notifications
You must be signed in to change notification settings - Fork 20
Predefined services
Michi Gysel edited this page Dec 17, 2015
·
5 revisions
A predefined service represents a service that already exists and and therefore is harder or impossible to change.
{
"predefinedServices":[
{
"name":"CRM",
"nanoentities":[
"Customer.firstname",
"Customer.name",
"Customer.street",
"Customer.city",
"Customer.creditCard",
"Customer.accountNr"
]
}
]
}
JSON Schema to validate the file: ServiceCutter/JSON_Schemas/2_userReps.json
Online Validator: www.jsonschemavalidator.net
Links: Tutorial | Source Code