6. JSON Schemaとは "title": "index", "description": "Show a list of users.", "href": "/v1/users", "method": "GET", "rel": "show", "targetSchema": { "type": "array", "items": { "$ref": "#/definitions/user/definitions/user" } } } JSONで特定のデータ構造を記述するための仕様 エンドポイントの仕様やリソースの仕様を いい感じに書くのに使える