JSONSchema icon indicating copy to clipboard operation
JSONSchema copied to clipboard

Implementation of JSON schema for pharo

Results 8 JSONSchema issues
Sort by recently updated
recently updated
newest added

This package is throwing an error when being loaded in pharo 9 Win 64 (windows 10) as part of pharo-nosql/voyage baseline failed to stat "C:/Users/xxxx/xxxxxxxx/Pharo/images/p9-xxxxx/pharo-local/iceberg/zweidenker/JSONSchema/source/JSONSchema-Testsuite-Tests.package/JSONSchemaAdditionalPropertiesBeingFalseDoesNotAllowOtherPropertiesTests.class/instance/testPatternPropertiesAreNotAdditionalProperties.st': The filename or extension is...

The `JSONSchema>>#enum:` helper method creates a string schema although `enum` can be defined on all types. As this is maybe used in existing code it might make sense to add...

At the moment a schema can hold an array for required fields but the writing does not treat it that way

In large specs where schemas are reused within the spec schemas are stored at a central place. In JSON schema this is in defintions. At the moment schemas are resolved...

The following is the list of formats specified in the JSON Schema specification. "date-time": Date representation, as defined by RFC 3339, section 5.6. "email": Internet email address, see RFC 5322,...