JSONSchema.swift icon indicating copy to clipboard operation
JSONSchema.swift copied to clipboard

JSON Schema validator in Swift

Results 20 JSONSchema.swift issues
Sort by recently updated
recently updated
newest added

Bumps [Tests/Cases](https://github.com/json-schema/JSON-Schema-Test-Suite) from `fd0aa9f` to `2782d7c`. Commits 2782d7c Fix two last clashing $ids in draft-next too. 685ac63 Merge pull request #578 from json-schema-org/urn 5347f29 Deduplicate URIs in the URN tests....

dependencies

Create a new project and pod 'JSONSchema' After pod install in a fresh project and compile. It is showing, No reference to this variables error..

Hi Team , I have one custom framework where I am using pod JsonSchema for validation. And same framework is used inside application. Application is crashing while accessing the code...

This adds the currently validating key to the `instanceLocation` `JSONPointer` when validating required fields in a schema. We need this since we want to find out which fields specifically are...

All error messages are localized so it is possible to display the error message in the desired language. The parameters stay out of the translation.

- [ ] `date-time` - [ ] `email` - [ ] `hostname` - [x] `ipv4` - [x] `ipv6` - [x] `uri`

enhancement

I propose to updated the readme to make these use cases clearer: - how to load a schema embedded in the app? - how to load a schema via a...

I took me some time to figure out how the library works. So I written a practical example and updated the readme with it.

This PR adds: - Validators for date, time, and date-time. These validators for the RFC 3339 standard. - Carthage support