{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/vault/refs/heads/main/json-structure/vault-kv-secret-write-response-structure.json", "name": "SecretWriteResponse", "description": "SecretWriteResponse schema from HashiCorp Vault API", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/SecretVersionMetadata" } } }