{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/index/v1/list-namespaces-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to list namespaces within a given namespace.\n",
  "properties": {
    "continuationToken": {
      "description": "A continuation token previously returned in a response to this list\nrequest. This property is optional and should not be provided for first\nrequests.\n",
      "title": "Continuation Token",
      "type": "string"
    },
    "limit": {
      "default": 1000,
      "description": "Maximum number of results per page. If there are more results than this\na continuation token will be return.\n",
      "maximum": 1000,
      "minimum": 1,
      "title": "Result limit",
      "type": "integer"
    }
  },
  "required": [],
  "title": "List Namespaces Request",
  "type": "object"
}