Versions Compared

Key

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

Version

Code Block
languagejsonjs
{
 
"name": "other",   "typeversion": "other1",
  "description" : "this is a sample description",
  "versions" : [
    {
      "version" : "1",
      	"profile": {
		//free object to add whatever you see fit
	},
	"lastSync": {
        "branch": "feature/standardization",
        "ts": 123123123
      },
      "soa		"ts": "json stringified config/soa file2342343423",
      "documentation": {
        "readme" : "json stringified swagger file",
        "release" : "json stringified swagger file"
      },
      "branches": [
        "feature/standardization"
      ]
    }
  ],
   "metadata": {
    		"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.1", "att1.2"],
      "att2": ["att2.1", "att2.2"]
    },
    "program": ["soajs"]
  },
  "ui": {
    "main": "",
    "sub": ""
  },
  "settings": {
    "acl": {
      "groups" :{
        "type": "blackList"branch1"], //// "whitelist"or tags (only one is allowed)
   	"valuesoa": ["ownerstringified soa.json"],
        "config	"documentation": {}
      }
    },
    "recipes" : ["recipeId"],
    "environments :{
      "type": "blackList", //// "whitelist"
      "value": ["dev"],
      "config": {}
    }
  },
  "src": {
    "provider": "github",
    "owner": "ragheb",
    "repo": "test"
  }
		"readme": "stringified readme.md",
		"release": "stringified release.md"
	}
}

Configuration:

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