Skip to content

fix: invalid schemas, test suite#211

Merged
jimmarino merged 2 commits intoeclipse-dataspace-protocol-base:mainfrom
arnoweiss:fix/schema-testing
Jul 4, 2025
Merged

fix: invalid schemas, test suite#211
jimmarino merged 2 commits intoeclipse-dataspace-protocol-base:mainfrom
arnoweiss:fix/schema-testing

Conversation

@arnoweiss
Copy link
Copy Markdown
Contributor

What this PR changes/adds

  1. assert that json schemas comply to the meta schema
  2. execute test suite on the meta schema release used in the schemas' "$schema" property ("https://json-schema.org/draft/2019-09/schema")
  3. fix two bugs in the schemas

Why it does that

functional correctness

Linked Issue(s)

Closes #208
Closes #210

@jimmarino jimmarino self-requested a review July 4, 2025 10:08
@jimmarino jimmarino merged commit 8ff41bc into eclipse-dataspace-protocol-base:main Jul 4, 2025
3 checks passed
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.

testing doesn't fail on invalid json schemas '"items": "string"' is not a valid json schema

2 participants