New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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

1.0.19
Source
npm
Version published
Maintainers
1
Created
Source

API Games JSON Schema Validation Library

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

  • API Games Limited

License

This project is licensed under the MIT License

FAQs

Package last updated on 29 Apr 2021

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