diff --git a/website/docs/internals/json-format.html.md b/website/docs/internals/json-format.html.md index cd4e2213a..c5ea13bd1 100644 --- a/website/docs/internals/json-format.html.md +++ b/website/docs/internals/json-format.html.md @@ -272,7 +272,7 @@ The following example illustrates the structure of a ``: // "sensitive_values" is the JSON representation of the sensitivity of // the resource's attribute values. Only attributes which are sensitive // are included in this structure. - "values": { + "sensitive_values": { "id": true, } }