Merge pull request #30037 from DanHatesNumbers/patch-1

Fix example for values-representation in docs for JSON Format internals
This commit is contained in:
Laura Pacilio 2021-12-03 10:59:23 -05:00 committed by GitHub
commit 528b513869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ The following example illustrates the structure of a `<values-representation>`:
// "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,
}
}