{ "universal_title": "films_show", "title": "film", "type": "object", "endpoint": "http://:host/films/:id", "properties": { "name": { "type": "string" }, "year": { "type": "integer" } } }