Add date, time, and date-time validators as well as Carthage support#90
Add date, time, and date-time validators as well as Carthage support#90ismailmustafa wants to merge 4 commits intokylef:masterfrom
Conversation
|
I'm not sure that the formats used here for date-time, date, time match what is specified in the relevant specifications. Could you please enable the tests for these formats so we can see what the test suite will say. Just need to remove the lines in the relevant "excluding" block for each validator and then the test suite will verify them from https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/master/tests/draft2019-09/optional/format/date-time.json and co: https://github.com/kylef/JSONSchema.swift/blob/master/Tests/JSONSchemaTests/JSONSchemaCases.swift#L103-L104 https://github.com/kylef/JSONSchema.swift/blob/master/Tests/JSONSchemaTests/JSONSchemaCases.swift#L114 |
|
Absolutely! I wasn't sure either, but wanted to open this up for discussion. I'll go ahead and enable those tests. |
This PR adds: