Skip to content

Conversation

@retogerber
Copy link
Contributor

add the json schema as well next to the yaml schema. This allows to use linters interactively which can make it easier to create the benchmark yaml. For instance for VS code:
install extension: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
in VS code add add to settings.json:

    "yaml.schemas": {
        "https://raw.githubusercontent.com/omnibenchmark/omni-schema/refs/heads/add_json_schema/src/omni_schema/schema/omni_schema.json": [
            "**.yaml"
        ]
    }

We could also think about integrating this to https://www.schemastore.org/json/ this would make it pretty universally usable.
What do you think @imallona @DanInci

@imallona
Copy link
Member

imallona commented Nov 7, 2024

Sorry missed this. I don't see an immediate use but I see no harm neither, looks good to me.

@DanInci
Copy link
Contributor

DanInci commented Oct 18, 2025

@retogerber can be closed, since we don't use omni-schema anymore

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

Successfully merging this pull request may close these issues.

4 participants