Red Hat · JSON Structure

Red Hat Quay Tag List Structure

Type: object Properties: 3
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

TagList is a JSON Structure definition published by Red Hat, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tags page has_additional

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagList",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array"
    },
    "page": {
      "type": "integer"
    },
    "has_additional": {
      "type": "boolean"
    }
  }
}