We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$schema
Reference: Mintplex-Labs/anything-llm#2344
Add documentation for the supported $schema that can we can leverage for ease of development
I didn’t find a really good place to put it to, and the folder of the JavaScript file that loads the plugin.jsons seemed to be the most sane. The docs should mention it in plugin-json.mdx. JSONSchema files can be either referenced in plugin.json, like { "$schema": "https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/refs/heads/master/server/utils/agents/imported-manifest.schema.json" } or be linked to appropriate files using IDE configuration.
I didn’t find a really good place to put it to, and the folder of the JavaScript file that loads the plugin.jsons seemed to be the most sane.
The docs should mention it in plugin-json.mdx. JSONSchema files can be either referenced in plugin.json, like
{ "$schema": "https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/refs/heads/master/server/utils/agents/imported-manifest.schema.json" } or be linked to appropriate files using IDE configuration.
The text was updated successfully, but these errors were encountered:
timothycarambat
No branches or pull requests
Reference: Mintplex-Labs/anything-llm#2344
Add documentation for the supported
$schema
that can we can leverage for ease of developmentThe text was updated successfully, but these errors were encountered: