{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SecretUpdateParameters",
"type": "object",
"description": "The secret update parameters.",
"properties": {
"contentType": {
"type": "string",
"description": "Type of the secret value such as a password."
},
"tags": {
"type": "object",
"description": "Application specific metadata in the form of key-value pairs."
}
}
}