An entity must have a key, unless otherwise documented (for example, an entity in Value.entity_value may have no key). An entity's kind is its key path's last element's kind, or null if it has no key.
The entity's properties. The map's keys are property names. A property name matching regex __.*__ is reserved. A reserved property name is forbidden in certain documented contexts. The name must not contain more than 500 characters. The name cannot be "".
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["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 2019-12-04 UTC."],[[["Datastore data objects, known as entities, have a storage limit of approximately 1 megabyte in their serialized form."],["Entities are represented in JSON format, which includes a `key` and `properties` field for each entity."],["The `key` field represents the entity's unique identifier and is a mandatory component unless otherwise stated."],["The `properties` field contains a map of the entity's attributes, where property names (keys in the map) must not exceed 500 characters and must not be empty."]]],[]]