Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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": "",
		...
	}
}

Data Models


  • No labels