{
  "description": "ConsoleCLIDownload is an extension for configuring openshift web console command line interface (CLI) downloads.\n\nCompatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "ConsoleCLIDownloadSpec is the desired cli download configuration.",
      "properties": {
        "description": {
          "description": "description is the description of the CLI download (can include markdown).",
          "type": "string"
        },
        "displayName": {
          "description": "displayName is the display name of the CLI download.",
          "type": "string"
        },
        "links": {
          "description": "links is a list of objects that provide CLI download link details.",
          "items": {
            "properties": {
              "href": {
                "description": "href is the absolute secure URL for the link (must use https)",
                "pattern": "^https://",
                "type": "string"
              },
              "text": {
                "description": "text is the display text for the link",
                "type": "string"
              }
            },
            "required": [
              "href"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "required": [
        "description",
        "displayName",
        "links"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}
