{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SecretItem", "type": "object", "description": "The secret item containing secret metadata.", "properties": { "id": { "type": "string", "description": "Secret identifier." }, "tags": { "type": "object" }, "contentType": { "type": "string" }, "managed": { "type": "boolean" } } }