Skip to content
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

Change cypress-ajv-schema-validator from Javascript to JavaScript #1357

Merged
merged 1 commit into from
Feb 1, 2025
Merged
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
4 changes: 2 additions & 2 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@
- name: cypress-ajv-schema-validator
description: 'Cypress plugin that validates API responses against Plain JSON schemas, and whole Swagger and OpenAPI documents using the Ajv JSON Schema validator. It provides a user-friendly view of validated data, highlighting each validation error and the exact reason for the mismatch. Seamless integration, fast and lightweight.'
toolingTypes: ['validator', 'util-testing']
languages: ['Javascript']
languages: ['JavaScript']
maintainers:
- name: 'Sebastian Clavijo Suero'
username: 'sclavijosuero'
Expand Down Expand Up @@ -3137,4 +3137,4 @@
homepage: 'https://github.com/imhonglu/new-wheels/tree/main/libs/json-schema'
supportedDialects:
draft: ['2020-12']
toolingListingNotes: 'Built for Node.js and browsers, it supports static type inference for schema definitions.'
toolingListingNotes: 'Built for Node.js and browsers, it supports static type inference for schema definitions.'
Loading