{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-application-source-jsonnet-structure.json", "name": "v1alpha1ApplicationSourceJsonnet", "description": "v1alpha1ApplicationSourceJsonnet schema from Argo CD API", "type": "object", "properties": { "extVars": { "type": "array", "name": "ExtVars is a list of Jsonnet External Variables", "items": { "$ref": "#/definitions/v1alpha1JsonnetVar" } }, "libs": { "type": "array", "name": "Additional library search dirs", "items": { "type": "string" } }, "tlas": { "type": "array", "name": "TLAS is a list of Jsonnet Top-level Arguments", "items": { "$ref": "#/definitions/v1alpha1JsonnetVar" } } } }