Closed jstoiko closed 7 years ago
There is an error in the films' JSON schema:
$ http -b swapi.co/api/films/ | jq -cr '.results[]' | while read json; do (echo $json | jsonschema -i /dev/stdin resources/schemas/films.json); done (...) jsonschema.exceptions.SchemaError: u'date' is not valid under any of the given schemas (...)
There is no such thing as "type": "date" (see http://json-schema.org/latest/json-schema-core.html#rfc.section.4.2).
"type": "date"
There is an error in the films' JSON schema:
There is no such thing as
"type": "date"
(see http://json-schema.org/latest/json-schema-core.html#rfc.section.4.2).