14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
// Example:
|
|
//
|
|
// "indexes": [
|
|
// {
|
|
// "collectionId": "widgets",
|
|
// "fields": [
|
|
// { "fieldPath": "foo", "mode": "ASCENDING" },
|
|
// { "fieldPath": "bar", "mode": "DESCENDING" }
|
|
// ]
|
|
// }
|
|
// ]
|
|
"indexes": []
|
|
} |