{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Encryption",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Specifies the encryption type used."
},
"kms_key_id": {
"type": "string",
"description": "Specifies the ID for the Cloud KMS-managed key used to encrypt files written to the bucket."
}
}
}