Introduction
The following Data Models are used by the Repositories microservice.
The main structure of the item schema is as follow:
{ "name": "serviceName", "description": "this is a sample description", "type": "service", "configuration": { ... }, "versions" : [ { "version": "1", ... } ], "metadata": { "tags": [], "attributes": {}, "program": [] }, "ui": { "main": "", "sub": "" }, "settings": { "acl": {}, "recipes" : [], "environments :{} }, "src": { "provider": "", ... } }
Add Comment