Skip to content

Added 3 new tools to JSON Schema tools page #1729

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3349,3 +3349,54 @@
homepage: 'https://todiagram.com/editor'
supportedDialects:
draft: ['4','6','7','2019-09','2020-12']

- name: 'playwright-ajv-schema-validator'
description: 'A Playwright plugin for API schema validation against plain JSON schemas, Swagger schema documents. Built on the robust core-ajv-schema-validator plugin and powered by the Ajv JSON Schema Validator, it delivers results in a clear, user-friendly format, simplifying the process of identifying and addressing schema issues.'
toolingTypes: ['validator', 'util-testing']
languages: ['JavaScript', 'TypeScript']
dependsOnValidators: ['https://github.com/sclavijosuero/core-ajv-schema-validator','https://github.com/ajv-validator/ajv']
creators:
- name: 'Sebastian Clavijo Suero'
username: 'sclavijosuero'
platform: 'github'
maintainers:
- name: 'Sebastian Clavijo Suero'
username: 'sclavijosuero'
platform: 'github'
license: 'MIT'
source: 'https://github.com/sclavijosuero/playwright-ajv-schema-validator'
homepage: 'https://github.com/sclavijosuero/playwright-ajv-schema-validator/blob/main/README.md'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
toolingListingNotes: 'It uses the Ajv JSON Schema Validator and core-ajv-schema-validator as its core engines.'

- name: 'shacl2code'
description: 'This tool can be used to convert a SHACL model into various code bindings, including JSON schema. The resulting binding does standard type validations, using information provided by SHACL model.'
toolingTypes: ['model-to-schema']
languages: ['C++', 'JSON Schema', 'Python', 'Go']
creators:
- name: 'Joshua Watt'
username: 'JPEWdev'
platform: 'github'
maintainers:
- name: 'Joshua Watt'
username: 'JPEWdev'
platform: 'github'
license: 'MIT'
source: 'https://github.com/jpewdev/shacl2code/'
homepage: 'https://pypi.org/project/shacl2code/'
supportedDialects:
draft: ['2020-12']

- name: 'jsonschema-models'
description: 'Pydantic models for representing JSON Schema objects.'
toolingTypes: ['code-to-schema']
languages: ['Python 3']
maintainers:
- name: 'Gavin M. Roy'
username: 'gmr'
platform: 'github'
license: 'BSD'
source: 'https://github.com/gmr/jsonschema-models'
supportedDialects:
draft: ['2020-12']