Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/docs/security/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ to higher privileged windows.

Tauri generates JSON schemas with all the permissions available to
your application, allowing autocompletion in your IDE.
To use a schema, set the `$schema` property in your configuration to one of the
platform-specific schemas located in the `gen/schemas` directory. Usually
To use a schema, set the `$schema` property in your configuration file
(either .json or .toml) to one of the platform-specific schemas
located in the `gen/schemas` directory. Usually
you will set it to `../gen/schemas/desktop-schema.json` or
`../gen/schemas/mobile-schema.json` though you can also define a capability
for a specific target platform.
Expand Down