Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ibm-apiconnect/swagger-parser-zschema

Account's avatar
APIDevTools/json-schema-ref-parser
Parse, Resolve, and Dereference JSON Schema $ref pointers
Account's avatar
APIDevTools/openapi-schemas
JSON Schemas for every version of the OpenAPI Specification
Account's avatar
APIDevTools/swagger-methods
HTTP methods that are supported by Swagger 2.0
Account's avatar
ajv-validator/ajv-draft-04
Ajv class for JSON Schema draft-04
Account's avatar
limulus/call-me-maybe
Let your JS API users either give you a callback or receive a promise
Account's avatar
eslint/rewrite
Compatibility utilities for ESLint
Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
JS-DevTools/host-environment
Easily detect what host environment your code is running in
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
cyco130/esbuild-plugin-polyfill-node
ESBuild plugin for polyfilling Node.js builtins for edge and Deno
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
sweepline/eslint-plugin-unused-imports
Report and remove unused es6 modules
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typescript-eslint/typescript-eslint
Tooling which enables you to use TypeScript with ESLint

Support the repos that depend on this repository

Top contributors

JamesMessinger's profile
JamesMessinger
560 contributions
philsturgeon's profile
philsturgeon
48 contributions
jonluca's profile
jonluca
29 contributions
jaishirole's profile
jaishirole
11 contributions
tj-walsh86's profile
tj-walsh86
9 contributions
shenie's profile
shenie
7 contributions
IvanGoncharov's profile
IvanGoncharov
5 contributions
erunion's profile
erunion
5 contributions
johns-thomas's profile
johns-thomas
4 contributions
marcelstoer's profile
marcelstoer
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ibm-apiconnect

ibm-apiconnect/swagger-parser-zsche...

Swagger 2.0 and OpenAPI 3.0 parser/validator

JavaScript
0
0
MIT License

The **swagger‑parser‑zschema** library parses, dereferences, bundles and validates Swagger 2.0 and OpenAPI 3.x specifications in JSON or YAML, handling all `$ref` styles (including circular and external references). It is a drop‑in fork of @apidevtools/swagger‑parser that replaces the AJV validators with the CSP‑safe **z‑schema** validator, making the parser usable in browsers that enforce strict Content‑Security‑Policy (no unsafe‑eval). It’s aimed at developers building API tooling or web applications that need reliable OpenAPI validation without violating CSP restrictions.