...
The following Data Models are used by the Repositories microservice.
The main structure of the item schema is as follow:
Code Block | ||
---|---|---|
| ||
{
"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": "",
...
}
} |
Data Models
...
Child pages (Children Display) |
---|