# pet.yaml swagger: "2.0" info: description: "これはペットストアに関するAPIです。" version: "1.0.0" title: "Petstore API" termsOfService: "http://swagger.io/terms/" contact: email: "apiteam@swagger.io" license: name: "Apache 2.0" url: "http://www.apache.org/licenses/LICENSE-2.0.html" produces: - "application/json" consumes: - application/x-www-form-urlencoded paths: /pets/{petId}: get: summary: "ペット情報API" descrip