To make it easier to access and validate schema we might consider adding a schema folder to our projects and then referencing them in our schema: See: https://github.com/redhat-developer/yaml-language-server?tab=readme-ov-file#using-inlined-schema Our schema could be like: ``` # yaml-language-server: $schema=./schema/config_schema.yaml ```
To make it easier to access and validate schema we might consider adding a schema folder to our projects and then referencing them in our schema:
See: https://github.com/redhat-developer/yaml-language-server?tab=readme-ov-file#using-inlined-schema
Our schema could be like: