SecretWriteResponse schema from HashiCorp Vault API
{ "$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-write-response-schema.json", "title": "SecretWriteResponse", "description": "SecretWriteResponse schema from HashiCorp Vault API", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/SecretVersionMetadata" } } }