{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/vault/refs/heads/main/json-structure/vault-kv-secret-data-response-structure.json", "name": "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" } } } } }