{ "name": "pocketbase-lite", "version": "0.1.0", "paths": { "data": "collections/", "media": "media/", "indexes": ".gitapp/indexes/" }, "schemas": [ { "id": "tags", "file": "schemas/tags.json", "glob": "collections/tags/*.json" }, { "id": "folders", "file": "schemas/folders.json", "glob": "collections/folders/*.json" }, { "id": "albums", "file": "schemas/albums.json", "glob": "collections/albums/*.json" }, { "id": "media", "file": "schemas/media.json", "glob": "collections/media/*.json" } ], "operations": [ "create-record", "update-record", "delete-record" ], "policies": { "roles": [ "viewer", "editor" ], "acl": null }, "lfs": { "enabled": false } }