Introduction
The following Data Models are used by the Repositories microservice.
The main structure of the item schema is as follow:
{ "type": "service | daemon | custom | resource | static | config", "name": "itemName", "description": "Item description", "configuration": { ... }, "versions" : [ { "version": "1", ... } ], "metadata": { "tags": [], "attributes": {}, "program": [] }, "ui": { "main": "", "sub": "" }, "settings": { "acl": {}, "recipes" : [], "environments :{} }, "src": { "provider": "", ... }, "deploy": { "dev" : [ { "version": "1" ... } ] } }
0 Comments