Fixes #2430 Add rock_solid to JSON Schema Ecosystem - #2481
Open
Aaditya-2407 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward additive tooling entry that matches existing file patterns and the defined schema fields.
Pull request overview
Adds rock_solid (Elixir/Erlang) to the JSON Schema Ecosystem tooling directory as a schema-to-data tool, aligning with the request in issue #2430 and the repository’s tooling-data schema structure.
Changes:
- Added a new
rock_solidentry todata/tooling-data.yamlwith metadata (description, tooling type, languages, links, license). - Documented supported JSON Schema dialects (draft-04 through 2020-12) plus compliance notes and validator dependency reference.
File summaries
| File | Description |
|---|---|
| data/tooling-data.yaml | Adds the rock_solid ecosystem entry with supported dialects, dependency, and compliance notes. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2481 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 31 31
Lines 695 695
Branches 215 215
=========================================
Hits 695 695 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Data addition — adds a new tool entry to the JSON Schema Ecosystem tooling directory (
data/tooling-data.yaml).Issue Number:
Screenshots/videos:
If relevant, did you update the documentation?
N/A — this only adds a new entry to the existing tooling data file; no docs pages were changed.
Summary
Adds
rock_solid, an Elixir library for generating test data from JSON Schema, to the tooling ecosystem listing as requested in #2430. Entry includes name, description, languages (Elixir, Erlang), license, source/homepage links, supported dialects (draft-04 through 2020-12), and compliance notes on unsupported keywords ($dynamicAnchor,unevaluatedProperties) as provided by the tool's maintainer in the original issue.Tagged the tooling type as
schema-to-datarather thanvalidator, since the tool generates data from a schema rather than validating data against oneValidated the updated YAML against
data/tooling-data.schema.jsonlocally using the same Ajv check thevalidate-tooling-data.ymlworkflow runs — passes with no errors.Does this PR introduce a breaking change?
No — purely additive, one new entry in an existing data file.
Checklist
Please ensure the following tasks are completed before submitting this pull request.