{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-key-vault-properties-schema.json", "title": "KeyVaultProperties", "description": "KeyVaultProperties schema from Azure Container Registry API", "type": "object", "properties": { "identity": { "description": "The client id of the identity which will be used to access key vault.", "type": "string" }, "keyIdentifier": { "description": "Key vault uri to access the encryption key.", "type": "string" } } }