{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-info-item-schema.json", "title": "v1alpha1InfoItem", "description": "v1alpha1InfoItem schema from Argo CD API", "type": "object", "properties": { "name": { "description": "Name is a human readable title for this piece of information.", "type": "string" }, "value": { "description": "Value is human readable content.", "type": "string" } } }