{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/github/v1/render-taskcluster-yml-output.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Rendered .taskcluster.yml output.",
  "properties": {
    "scopes": {
      "description": "Scopes that will be used by the github client to create tasks.\nThose are different that the scopes inside the tasks itself.\n",
      "items": {
        "type": "string"
      },
      "type": "array",
      "uniqueItems": true
    },
    "tasks": {
      "description": "Rendered tasks objects.\nThose objects not guaranteed to produce valid task definitions\nthat conform to the json schema.\n",
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "type": "array",
      "uniqueItems": false
    }
  },
  "required": [
    "tasks",
    "scopes"
  ],
  "title": "Render .taskcluster.yml output",
  "type": "object"
}