Skip to content
New issue

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

Support inline $schema definitions #230

Closed
davidkna opened this issue Mar 26, 2022 · 1 comment
Closed

Support inline $schema definitions #230

davidkna opened this issue Mar 26, 2022 · 1 comment

Comments

@davidkna
Copy link

JSON-files that follow a JSON-schema often include a reference to the schema.

{
  "$schema": "https://starship.rs/config-schema.json"
}

Please also support this for TOML files:

"$schema" = 'https://starship.rs/config-schema.json'

jsonschema seems to support doing this (#211).

@tamasfe
Copy link
Owner

tamasfe commented Mar 27, 2022

This is implemented in the next version (read more in #231).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants