Skip to content

Commit a129e38

Browse files
Merge branch 'main' into addTools
2 parents ecdcc65 + 67e52d4 commit a129e38

File tree

1 file changed

+54
-3
lines changed

1 file changed

+54
-3
lines changed

data/tooling-data.yaml

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,6 +3233,60 @@
32333233
supportedDialects:
32343234
draft: ['1', '2', '3', '4', '6']
32353235

3236+
- name: 'ya-json-schema-types'
3237+
description: 'TypeScript types for JSONSchema 2020-12.'
3238+
toolingTypes: ['schema-to-types']
3239+
languages: ['JavaScript']
3240+
environments: ['Node.js']
3241+
creators:
3242+
- name: 'Nicolas Froidure'
3243+
username: 'nfroidure'
3244+
platform: 'github'
3245+
maintainers:
3246+
- name: 'Nicolas Froidure'
3247+
username: 'nfroidure'
3248+
platform: 'github'
3249+
license: 'MIT'
3250+
source: 'https://github.com/nfroidure/ya-json-schema-types'
3251+
homepage: 'https://github.com/nfroidure/ya-json-schema-types'
3252+
supportedDialects:
3253+
draft: ['2020-12']
3254+
3255+
- name: 'core-ajv-schema-validator'
3256+
description: 'Package for API testing to validate API responses against plain JSON schemas, Swagger documents, or OpenAPI documents using the Ajv JSON Schema validator. It can be used directly in any node.js project. Function validateSchema() to report JSON Schema validation errors in the response obtained from any network request. Serves as the core engine for schema validation in the cypress-ajv-schema-validator and playwright-ajv-schema-validator.'
3257+
toolingTypes: ['util-testing']
3258+
languages: ['JavaScript']
3259+
dependsOnValidators: ['https://github.com/ajv-validator/ajv']
3260+
creators:
3261+
- name: 'Sebastian Clavijo Suero'
3262+
username: 'sclavijosuero'
3263+
platform: 'github'
3264+
maintainers:
3265+
- name: 'Sebastian Clavijo Suero'
3266+
username: 'sclavijosuero'
3267+
platform: 'github'
3268+
license: 'MIT'
3269+
source: 'https://github.com/sclavijosuero/core-ajv-schema-validator'
3270+
homepage: 'https://github.com/sclavijosuero/core-ajv-schema-validator/blob/main/README.md'
3271+
supportedDialects:
3272+
draft: ['4', '6', '7', '2019-09', '2020-12']
3273+
toolingListingNotes: 'It uses the Ajv JSON Schema Validator as its core engine.'
3274+
3275+
- name: 'json-schema-describes-subset'
3276+
description: 'Tools for static JSON schema analysis and processing, including a function which determines whether one schema describes a subset of another, a function which determines whether a schema describes the empty set and a function that converts a schema to its disjunctive normal form (DNF)'
3277+
toolingTypes: ['util-general-processing','util-schema-to-schema']
3278+
languages: ['JavaScript','TypeScript']
3279+
dependsOnValidators: ['https://github.com/ajv-validator/ajv']
3280+
creators:
3281+
- name: 'Johannes Bohner'
3282+
username: 'jobohner'
3283+
platform: 'github'
3284+
license: 'MIT'
3285+
source: 'https://github.com/jobohner/json-schema-describes-subset'
3286+
homepage: 'https://github.com/jobohner/json-schema-describes-subset#readme'
3287+
supportedDialects:
3288+
draft: ['2020-12']
3289+
32363290
- name: 'EasyTalk'
32373291
description: 'EasyTalk is a Ruby library that simplifies defining, validating and generating JSON Schema. It provides an intuitive interface for Ruby developers to define structured data models that can be used for validation and documentation.'
32383292
toolingTypes: ['validator', 'code-to-schema', 'model-to-schema']
@@ -3295,6 +3349,3 @@
32953349
homepage: 'https://todiagram.com/editor'
32963350
supportedDialects:
32973351
draft: ['4','6','7','2019-09','2020-12']
3298-
3299-
3300-

0 commit comments

Comments
 (0)