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 7 Current »

Version

{
    "version": "1",
	"profile": {
		//free object to add whatever you see fit
	},
	"lastSync": {
		"ts": "2342343423",
		"branch": "branch1", // or tag (only one is allowed)
		"tag": "tag1" // or branch (only one is allowed)
	},
	"tags": ["tag1"], // or branches (only one is allowed)
	"branches": ["branch1"], // or tags (only one is allowed)
	"soa": "stringified soa.json",
	"documentation": {
		"readme": "stringified readme.md",
		"release": "stringified release.md"
	}
}

Configuration:

{
  "group": "groupname",
  "subType": "subType",
}
  • No labels