spec/support/schemas/films.json in render-0.0.8 vs spec/support/schemas/films.json in render-0.0.9
- old
+ new
@@ -1,9 +1,9 @@
{
- "universal_title": "films_index",
- "title": "films",
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "id": "films_index",
"type": "array",
- "endpoint": "http://:host",
+ "endpoint": "http://{host}",
"items": {
"title": "film",
"type" : "object",
"properties" : {
"id" : {