spec/support/schemas/film.json in render-0.0.8 vs spec/support/schemas/film.json in render-0.0.9

- old
+ new

@@ -1,9 +1,9 @@ { - "universal_title": "films_show", - "title": "film", + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "films_show", "type": "object", - "endpoint": "http://:host/films/:id", + "endpoint": "http://{host}/films/{id}", "properties": { "name": { "type": "string" }, "year": { "type": "integer" } } }