feat: Add SimWorkflow to JSON Schema tooling ecosystem
What kind of change does this PR introduce?
Feature - Addition of a new tool to the JSON Schema ecosystem
Issue Number:
- Closes #1881
Screenshots/videos:
N/A - This is a data file update adding a new tool entry to the tooling database.
If relevant, did you update the documentation?
No documentation updates required. This change updates the tooling data file (data/tooling-data.yaml) which is automatically rendered on the website.
Summary
This PR adds SimWorkflow to the JSON Schema tooling ecosystem as requested in issue #1881.
About SimWorkflow: SimWorkflow is a platform that combines visual workflow automation with document management to streamline business operations. It enables teams to design, automate, and scale workflows with AI-driven tasks while managing and organizing documents seamlessly. With integrations for third-party APIs and tools, SimWorkflow helps businesses improve efficiency, track workflows in real-time, and ensure smooth document handling across processes.
Changes Made:
- Added SimWorkflow entry to
data/tooling-data.yamlwith the following specifications:- Tooling Types: validator, schema-to-data, util-general-processing, linter-plugins
- Languages: JavaScript, JSON, YAML, XML, CSV
- Environments: Web
- License: Proprietary
- Homepage: https://www.simworkflow.com/
- Creators/Maintainers: SimWorkflow
- Supported Dialects: Draft 1, 2, 3, 4, 6, 7, 2019-09, 2020-12
The entry follows the existing format and structure in tooling-data.yaml and complies with the schema defined in tooling-data.schema.json.
Does this PR introduce a breaking change?
No. This PR only adds a new tool entry to the existing tooling data file without modifying any existing entries or changing the data structure.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
- [x] Verified YAML syntax is correct
- [x] Ensured entry follows the existing tooling-data.yaml format
- [x] Confirmed all required fields are present according to tooling-data.schema.json
- [x] Tested that the homepage URL is valid and accessible
built with Refined Cloudflare Pages Action
⚡ Cloudflare Pages Deployment
| Name | Status | Preview | Last Commit |
|---|---|---|---|
| website | ✅ Ready (View Log) | Visit Preview | 85de722e2c232350e1996a6986637fcc9d96bf74 |
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 100.00%. Comparing base (1ca4a48) to head (85de722).
Additional details and impacted files
@@ Coverage Diff @@
## main #1882 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Wait for the associated Issue to be approved. This might not be a tool we want to add.