You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@apigames/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json-schema

API Games JSON Schema Validation Library

23.3.0
Source
npm
Version published
Weekly downloads
19
-82.88%
Maintainers
1
Weekly downloads
 
Created
Source

API Games JSON Schema Validation Library

Codacy Badge Codacy Badge

JSON Schema Validation Library for the API Games Platform and SDKs.

This package includes a set of capabilities that provide the ability to validate that a JSON object validates against a JSON Schema Definition.

List of features

  • Provides a validator class that can validate an object against a nested schema definition

  • Provides core schema definitions of common element types, including:

    • ISO8601 Date Times
    • Email Addresses
    • Geo Location Points
    • IP Addresses
    • MongoDB ObjectIDs
    • URLs
    • UUIDs

Download & Installation

$ npm i @apigames/json-schema

Authors or Acknowledgments

  • Cloudize Limited

License

This project is licensed under the MIT License

FAQs

Package last updated on 15 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts