Skip to content

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.

Sample file

{
   "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

Relevant coupling criteria