Argo CD · JSON Structure

Argo Cd Gpgkey Gnu Pg Public Key Create Response Structure

gpgkeyGnuPGPublicKeyCreateResponse schema from Argo CD API

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

created skipped

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-gpgkey-gnu-pg-public-key-create-response-structure.json",
  "name": "gpgkeyGnuPGPublicKeyCreateResponse",
  "description": "gpgkeyGnuPGPublicKeyCreateResponse schema from Argo CD API",
  "type": "object",
  "properties": {
    "created": {
      "$ref": "#/definitions/v1alpha1GnuPGPublicKeyList"
    },
    "skipped": {
      "type": "array",
      "name": "List of key IDs that haven been skipped because they already exist on the server",
      "items": {
        "type": "string"
      }
    }
  }
}