The set of arbitrarily nested property paths used to restrict an operation to only a subset of properties in an entity.
JSON representation
{"paths": [string]}
Fields
paths[]
string
The paths to the properties covered by this mask.
A path is a list of property names separated by dots (.), for example foo.bar means the property bar inside the entity property foo inside the entity associated with this path.
If a property name contains a dot . or a backslash \, then that name must be escaped.
A path must not be empty, and may not reference a value inside an array value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eThe content describes a JSON structure used to define property paths for restricting operations to specific entity subsets.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation uses a "paths" array, where each element is a string representing a property path.\u003c/p\u003e\n"],["\u003cp\u003eProperty paths are dot-separated lists of property names, allowing navigation through nested entity properties.\u003c/p\u003e\n"],["\u003cp\u003eSpecial characters like dots (\u003ccode\u003e.\u003c/code\u003e) and backslashes (\u003ccode\u003e\\\u003c/code\u003e) within property names must be escaped in the paths.\u003c/p\u003e\n"],["\u003cp\u003eEach paths cannot reference a value inside an array value, and must not be empty.\u003c/p\u003e\n"]]],[],null,["# PropertyMask\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe set of arbitrarily nested property paths used to restrict an operation to only a subset of properties in an entity."]]