{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SecretBundle", "type": "object", "properties": { "value": { "type": "string" }, "id": { "type": "string" }, "contentType": { "type": "string" }, "tags": { "type": "object" }, "kid": { "type": "string" }, "managed": { "type": "boolean" } } }