Spaces:
Running
Running
Ryan Christian D. Deniega
feat: extension button placement, text extraction, OCR display + ML improvements
c78c2c1 Invalid JSON: Expected property name or '}' in JSONat line 2, column 3
| { | |
| // Example (Standard Edition): | |
| // | |
| // "indexes": [ | |
| // { | |
| // "collectionGroup": "widgets", | |
| // "queryScope": "COLLECTION", | |
| // "fields": [ | |
| // { "fieldPath": "foo", "arrayConfig": "CONTAINS" }, | |
| // { "fieldPath": "bar", "mode": "DESCENDING" } | |
| // ] | |
| // }, | |
| // | |
| // "fieldOverrides": [ | |
| // { | |
| // "collectionGroup": "widgets", | |
| // "fieldPath": "baz", | |
| // "indexes": [ | |
| // { "order": "ASCENDING", "queryScope": "COLLECTION" } | |
| // ] | |
| // }, | |
| // ] | |
| // ] | |
| // | |
| // Example (Enterprise Edition): | |
| // | |
| // "indexes": [ | |
| // { | |
| // "collectionGroup": "reviews", | |
| // "queryScope": "COLLECTION_GROUP", | |
| // "apiScope": "MONGODB_COMPATIBLE_API", | |
| // "density": "DENSE", | |
| // "multikey": false, | |
| // "fields": [ | |
| // { "fieldPath": "baz", "mode": "ASCENDING" } | |
| // ] | |
| // }, | |
| // { | |
| // "collectionGroup": "items", | |
| // "queryScope": "COLLECTION_GROUP", | |
| // "apiScope": "MONGODB_COMPATIBLE_API", | |
| // "density": "SPARSE_ANY", | |
| // "multikey": true, | |
| // "fields": [ | |
| // { "fieldPath": "baz", "mode": "ASCENDING" } | |
| // ] | |
| // }, | |
| // ] | |
| "indexes": [], | |
| "fieldOverrides": [] | |
| } |