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

Add JSON schema for .ort.yml configuration #4639

Merged

Commits on Oct 31, 2021

  1. Provide a JSON schema for the .ort.yml file

    A JSON schema [1] is a description of a JSON document, which can also be
    used for YAML files. This schema can be used to enable auto-completion
    in multiple editors for the .ort.yml file [2]. E.g. IntelliJ IDEA has
    build-in support for it [3].
    
    [1]: https://json-schema.org
    [2]: https://www.schemastore.org/json
    [3]: https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom
    
    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
    MarcelBochtler committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    794fa68 View commit details
    Browse the repository at this point in the history
  2. JsonSchemeTest: Add additional .ort.yml examples to test more scenarios

    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
    MarcelBochtler committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    6a14ac6 View commit details
    Browse the repository at this point in the history