{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/auth/v1/azure-container-list-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "A list of Azure containers in an account\n",
  "properties": {
    "containers": {
      "description": "A list of containers that are in an account.  Credentials are available for\nthese containers from the `azureBlobSAS` method.\n",
      "items": {
        "type": "string"
      },
      "title": "Azure Containers",
      "type": "array",
      "uniqueItems": true
    },
    "continuationToken": {
      "description": "Opaque `continuationToken` to be given as query-string option to get the\nnext set of containers.\nThis property is only present if another request is necessary to fetch all\nresults. In practice the next request with a `continuationToken` may not\nreturn additional results, but it can. Thus, you can only be sure to have\nall the results if you've called this method with `continuationToken`\nuntil you get a result without a `continuationToken`.\n",
      "title": "Continuation Token",
      "type": "string"
    }
  },
  "required": [
    "containers"
  ],
  "title": "Azure List Containers Response",
  "type": "object"
}