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

adapter.json: Update Schema to comply with v3.0 #159

Merged
merged 2 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. adapter.json: Update Schema to comply with v3.0

    Please note, that according to [eclipse-basyx#72], we decided not
    to include the `File` pattern, since the
    specification is wrong at this.
    
    [eclipse-basyx#72](eclipse-basyx#72)
    s-heppner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    50d3327 View commit details
    Browse the repository at this point in the history
  2. test: remove null values from example files

    These went unnoticed previously since the JSON schema doesn't prohibit
    additional attributes. Now that the `modelType` is defined as a constant
    string per definition, a `Property` object only matches against the
    corresponding definition, allowing more strict validation, that catches
    errors such as these null values.
    jkhsjdhjs committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    00b3795 View commit details
    Browse the repository at this point in the history