-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
k3d: reference versions schema in k3d repo #2057
Conversation
|
@iwilltry42 Without version on Schemastore example: schemastore/src/api/json/catalog.json Lines 1578 to 1588 in 133eb78
And use multiple schemas on the remote site: Remark: |
- embed a versions file in the k3d repo that links to the existing config schemas as per SchemaStore/schemastore#2057 (comment) - inspired by and mostly copied from https://github.com/ory/kratos/blob/master/.schema/version.schema.json 🙏
6a68e7d
to
805e7f0
Compare
Thanks @madskristensen ! @madskristensen: ready for review 👍 |
Thanks |
I'm a bit confused when it comes to handling
url
andversions
entries.Is
url
just pointing to the default? How areversions
handled?If
url
is the default, would you recommend to have a copy of the most recent schema file in an unversioned path, so it doesn't change?