Argo CD · JSON Structure

Argo Cd Application Link Info Structure

applicationLinkInfo schema from Argo CD API

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

applicationLinkInfo is a JSON Structure definition published by Argo CD, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description iconClass name url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-application-link-info-structure.json",
  "name": "applicationLinkInfo",
  "description": "applicationLinkInfo schema from Argo CD API",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "iconClass": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}