is-json-schema-subset

JSON →
library 1.1.27 ·javascript
verified Jun 7, 2026

Checks if a JSON Schema is a subset of another, useful for verifying compatibility between output and input schemas in data pipelines. Current stable version: 1.1.27. Release cadence: infrequent. Key differentiator: uses ajv for validation and json-schema-merge-allof for schema merging. Ships TypeScript types. Supports optional partial matching.