Kemal
Kemal
any work-arounds for this, at least? :)
Here's a migration guide: https://jupyterlab.readthedocs.io/en/stable/developer/extension_migration.html#extension-migration
check this out: https://github.com/redhat-developer/yaml-language-server/issues/752#issuecomment-1290669413 i would suggest to close this ticket as it's not an issue of the spec but rather the yaml-language-server. (e.g. the spectral-yaml-linter does not suffer from...
I experience the same issue - I get the respective error messages in each of the two cases. How can I help trace the cause?
you can use this patch in order to use draft-04 which is needed for openapi-3.0-schema: https://github.com/okybr/yaml-language-server/commit/455d452f66c700a3101f87b3970f882c3967e986 also check out this readme: https://github.com/okybr/yaml-language-server#readme
check this out: https://github.com/okybr/yaml-language-server/blob/0c344c441be72b7fffc7b2d98a81ef9113aced76/README.md related issues: - https://github.com/redhat-developer/yaml-language-server/issues/752 - https://github.com/OAI/OpenAPI-Specification/issues/2969
~~you could just merge this commit in order to fix it: https://github.com/okybr/yaml-language-server/commit/455d452f66c700a3101f87b3970f882c3967e986~~ edit: we need a better solution. a solution that makes it possible to choose the draft version.
@gorkem, this is not an enhancement, it's a bug! @KillDozerX2, have you found time to work on this?