spec/schemas/film.json in render-0.0.2 vs spec/schemas/film.json in render-0.0.3

- old
+ new

@@ -1,8 +1,9 @@ { + "universal_title": "films_show", "title": "film", "type": "object", - "attributes": { + "properties": { "name": { "type": "string" }, "year": { "type": "integer" } } }