Skip to content

Commit dc42957

Browse files
Added ya-json-schema-types, core-ajv-schema-validator and json-schema-describes-subset tools in tools page
1 parent 1ac0817 commit dc42957

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

data/tooling-data.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,3 +3232,58 @@
32323232
homepage: 'https://github.com/voxpupuli/json-schema/'
32333233
supportedDialects:
32343234
draft: ['1', '2', '3', '4', '6']
3235+
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+
dependeciesOnValidators: ['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+

0 commit comments

Comments
 (0)