blob: dde6b334b461296f845945560e68cb7f7d8e6d43 [file] [log] [blame]
{
"tests": [
{
"description": "create: Delete cannot be in an array value",
"comment": "The Delete sentinel must be the value of a field. Deletes are\nimplemented by turning the path to the Delete sentinel into a FieldPath, and FieldPaths\ndo not support array indexing.",
"create": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": [1, 2, \"Delete\"]}",
"isError": true
}
}
]
}