UNPKG

json-schema-remote

Version:

Node.js module to validate JSON objects against a JSON Schema, including remote references ($ref)

9 lines 196 B
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "package.json-schema", "description": "JSON Schema for node/npm package.json", "required": [ "name", "version" ] }