Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version

Code Block
languagejsonjs
{
 
"name": "other",   "typeversion": "other1",
  	"descriptionprofile" : "this is a sample description",   "configuration": {},
		//free object "versions"to :add [whatever you see   {
      "version" : "1",
      fit
	},
	"lastSync": {
        "branch": "feature/custom",
        "ts": 123123123
      },
      "soa": "json stringified config/soa file",
      "documentation": {
        "readme" : "json stringified file",
        "release" : "json stringified file"
      },
      "branches": [
        "feature/custom"
      ]
    }
  ],
   "metadata": {
    "		"ts": "2342343423",
		"branch": "branch1", // or tag (only one is allowed)
		"tag": "tag1" // or branch (only one is allowed)
	},
	"tags": ["tag1", "tag2"], // or branches  "attributes": {
      "att1(only one is allowed)
	"branches": ["att1.1branch1"], "att1.2"],
      "att2// or tags (only one is allowed)
	"soa": ["att2.1", "att2.2"]
    },
    "program": ["custom"]
  },
  "ui": {
    "main": "",
    "sub": ""
  },
  "settings": {
    "acl": {
      "groups" :{
        "type": "blackList", //// "whitelist"
        "value": ["owner"],
        "config": {}
      }
    },
    "environments :{
      "type": "blackList", //// "whitelist"
      "value": ["dev"],
      "config": {}
    }
  },
  "src": {
    "provider": "github",
    "owner": "ragheb",
    "repo": "test"
  }stringified soa.json",
	"documentation": {
		"readme": "stringified readme.md",
		"release": "stringified release.md"
	}
}

Configuration:

Code Block
languagejs
{
  "group": "groupname",
  "subType": "subType",
}