{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/vault/refs/heads/main/json-schema/vault-kv-secret-data-response-schema.json", "title": "SecretDataResponse", "description": "SecretDataResponse schema from HashiCorp Vault API", "type": "object", "properties": { "data": { "type": "object", "properties": { "data": { "type": "object", "description": "The secret key-value pairs.", "additionalProperties": true }, "metadata": { "$ref": "#/components/schemas/SecretVersionMetadata" } } } } }