New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@elastictable/schemas

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastictable/schemas

DynamoDB schema generator's schemas

latest
Source
npmnpm
Version
1.18.0
Version published
Maintainers
1
Created
Source

Elastictable schemas

GitHub license Commitizen friendly Node.js CI

About

This project includes JSON Schema definitions for usage with Elasictable's DynamoDB schema generator.

Installation

Install or update [Schemas] from npm (requires Node.js ≥ 10.13.0). Only Active LTS Node versions are supported.

$ npm i -g @elastictable/schemas

JSON Schemas

The JSON schemas are available here.

A versioned schema

We are continuously extending the features, and the schema expands with that. To ensure that current schemas keep working when we change stuff, we do not modify existing schemas. Instead, we then add a new version, while keeping the previous one intact.

The latest, unstable, version of the schema is called latest. This one is the exception to the rule and is subject to change. We may make breaking changes to address unforeseen API issues.

When the version is considered final it will receive its version number.

Examples

Examples of valid data according to the schemas are located here.

FAQs

Package last updated on 08 Dec 2020

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