CycloneDX / CycloneDX/cyclonedx-php-library
feat!: use a different JSON schema validator
Open
breaking change
dependencies
- Dominant language
- PHP
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
currently using `opis/json-schema` - https://packagist.org/packages/opis/json-schema
let's switch to a more popular JSON schema validator: `justinrainbow/json-schema` - https://packagist.org/packages/justinrainbow/json-schema
this is considered a breaking change, as such a switch might introduce unintended issues with schema validation.
Contributor guide
Assessment
This issue has not been assessed yet.