blob: a74c0aeb570cd42dc1ca9a37ce42c518276c3173 [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: Delete cannot be anywhere inside an array value",
"comment": "The Delete sentinel must be the value of a field. Deletes are implemented\nby turning the path to the Delete sentinel into a FieldPath, and FieldPaths do not support\narray indexing.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a"
]
}
],
"jsonValues": [
"[1, {\"b\": \"Delete\"}]"
],
"isError": true
}
}
]
}