json-schema-diff
json-schema-diff copied to clipboard
Diff changes between JSON schemas
- [x] format (see #45) - [ ] pattern (see https://github.com/getsentry/json-schema-diff/issues/23) - [ ] maxLength - [ ] minLength
Tracking for - [ ] maxProperties - [ ] minProperties - [x] required - [x] properties - [ ] patternProperties (also see https://github.com/getsentry/json-schema-diff/issues/17) - [x] additionalProperties - [ ] propertyNames
Tracking for - [ ] id - [ ] title - [ ] description - [ ] default - [ ] deprecated - [ ] readOnly - [ ] writeOnly...
Tracking for: - [ ] items - [ ] additionalItems - [ ] maxItems - [ ] minItems - [ ] uniqueItems - [ ] contains
## Summary Implements detection of JSON Schema `enum` changes with context-aware breaking change detection. Resolves the issue where enum arrays being extended or reduced were not detected by the tool....