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 6 Next »

SOAJS helps you orchestrating different types pf repositories, here is the soa.json for a repository with static content aka react, angular, etc ...

soa.json for type=static
{
	"name": "frontend",
	"type": "static",
	"description": "This is the description of your static",
	"tags": ["tag1", "tag2"],
	"attributes": {
		"att1": ["att1.1", "att1.2"],
		"att2": ["att2.1", "att2.2"]
	},
	"tab": {
		"main": "Main tab",
		"sub": "Sub tab"
	},
	"program": ["soajs"],
	"documentation": {
		"readme": "/doc/markupfile",
		"release": "/doc/markupfile"
	},
	"version": "1"
}

VariableRequireddescriptionexample
UI meta data
typeYesThe following type is supported: static, service, daemon, multi, config, custom (anything else)if not set the default type will be custom.
tabNo

nameYesThe name of the static content. It has to be unique and not been used by other static contents at the Frontend catalog.


descriptionNoThe static description to appear in the Frontend catalog UI"This is a string"
Search meta data
tagsNo

attributesNo

programNo

Documentation meta data
documentationNo

Type meta data
versionYesThe version of the static content. make sure it has the following syntax: a string of /[0-9]+(.[0-9]+)?/"1" or "1.1"
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.