Red Hat · Schema

RepositoryList

A paginated list of repositories.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
repositories array
next_page string The pagination token for the next page.
View JSON Schema on GitHub

JSON Schema

red-hat-quay-repository-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RepositoryList",
  "type": "object",
  "description": "A paginated list of repositories.",
  "properties": {
    "repositories": {
      "type": "array"
    },
    "next_page": {
      "type": "string",
      "description": "The pagination token for the next page."
    }
  }
}