Merge pull request #30037 from DanHatesNumbers/patch-1
Fix example for values-representation in docs for JSON Format internals
This commit is contained in:
commit
528b513869
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue