mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
26 lines
563 B
JSON
26 lines
563 B
JSON
|
{
|
||
|
// Example:
|
||
|
//
|
||
|
// "indexes": [
|
||
|
// {
|
||
|
// "collectionGroup": "widgets",
|
||
|
// "queryScope": "COLLECTION",
|
||
|
// "fields": [
|
||
|
// { "fieldPath": "foo", "arrayConfig": "CONTAINS" },
|
||
|
// { "fieldPath": "bar", "mode": "DESCENDING" }
|
||
|
// ]
|
||
|
// },
|
||
|
//
|
||
|
// "fieldOverrides": [
|
||
|
// {
|
||
|
// "collectionGroup": "widgets",
|
||
|
// "fieldPath": "baz",
|
||
|
// "indexes": [
|
||
|
// { "order": "ASCENDING", "queryScope": "COLLECTION" }
|
||
|
// ]
|
||
|
// },
|
||
|
// ]
|
||
|
// ]
|
||
|
"indexes": [],
|
||
|
"fieldOverrides": []
|
||
|
}
|