Red Hat · Schema

TagList

A paginated list of image tags.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
tags array
page integer
has_additional boolean
View JSON Schema on GitHub

JSON Schema

red-hat-quay-tag-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagList",
  "type": "object",
  "description": "A paginated list of image tags.",
  "properties": {
    "tags": {
      "type": "array"
    },
    "page": {
      "type": "integer"
    },
    "has_additional": {
      "type": "boolean"
    }
  }
}