Argo CD · JSON Structure

Argo Cd Project Project Create Request Structure

ProjectCreateRequest defines project creation parameters.

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

projectProjectCreateRequest 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

project upsert

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-project-project-create-request-structure.json",
  "name": "projectProjectCreateRequest",
  "description": "ProjectCreateRequest defines project creation parameters.",
  "type": "object",
  "properties": {
    "project": {
      "$ref": "#/definitions/v1alpha1AppProject"
    },
    "upsert": {
      "type": "boolean"
    }
  }
}