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

Version 1 Next »

{
  "name": "daemon",
  "type": "daemon",
  "description" : "this is a sample description",
  "configuration": {
    "port": 11000,
    "group": "daemonGroup",
    "requestTimeout": 30,
    "requestTimeoutRenewal": 5,
    "subType": "cronJob",
    "maintenance": {
      "port": {
        "type": "inherit"
      },
      "readiness": "/heartbeat"
    },
    "swagger" : true
  },
  "versions" : [
    {
      "version" : "1",
      "lastSync": {
        "branch": "feature/standardization",
        "ts": 123123123
      },
      "extKeyRequired": true,
      "oauth": true,
      "awareness": true,
      "urac": true,
      "urac_Profile": true,
      "urac_ACL": false,
      "provision_ACL": false,
      "tenant_Profile": true,
      "jobs": {
        "migrator" : {}
      },
      "swagger": "json stringified swagger file",
      "soa": "json stringified config/soa file",
      "documentation": {
        "readme" : "json stringified swagger file",
        "release" : "json stringified swagger file"
      },
      "branches": [
        "feature/standardization"
      ]
    }
  ],
  "metadata": {
    "tags": ["tag1", "tag2"],
    "attributes": {
      "att1": ["att1.1", "att1.2"],
      "att2": ["att2.1", "att2.2"]
    },
    "program": ["soajs"]
  },
  "settings": {
    "acl": {},
    "recipes" : [{
      "name" : "allowed recipe 1"
    }]
  },
  "src": {
    "provider": "github",
    "owner": "ragheb",
    "repo": "test"
  }
}
  • No labels