{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/auth/v1/list-clients-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "List of clients\n",
  "properties": {
    "clients": {
      "items": {
        "$ref": "get-client-response.json#"
      },
      "type": "array",
      "uniqueItems": true
    },
    "continuationToken": {
      "description": "A continuation token is returned if there are more results than listed\nhere. You can optionally provide the token in the request payload to\nload the additional results.\n",
      "title": "Continuation Token",
      "type": "string"
    }
  },
  "required": [
    "clients"
  ],
  "title": "List Client Response",
  "type": "object"
}