harrel56 / json-schema

JSON schema validation library written in Java
https://harrel.dev/json-schema
MIT License
19 stars 4 forks source link

Fix/draft7 id with empty fragment + fix StringIndexOutOfBoundsException #219

Closed harrel56 closed 3 months ago

harrel56 commented 3 months ago

SpecificationVersion.DRAFT7.getId() returned http://json-schema.org/draft-07/schema while it should return http://json-schema.org/draft-07/schema#

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud