https://swagger.io/specification/ よく使うケースの一例。 ```yaml <path>: get: summary: 説明 parameters: - $ref: '#/components/parameters/key' - name: word in: query description: stop_nameで部分一致検索する文字列 required: true schema: type: string example: 病院 components: parameters: key: name: key in: path description: キー required: true schema: type: string example: "001" ```