Open2022/09/08にコメント追加2OpenAPI Specification のメモOpenAPImarlowe2022/09/08に更新複数のクエリパラメーターを渡す例 parameters: - name: param in: query schema: type: array items: type: string enum: - hoge - huga style: form explode: false marlowe2022/09/08参照系 schema: $ref: '#/components/schemas/Hoge' schema: type: object properties: huga: $ref: '#/components/schemas/Huga'
marlowe2022/09/08に更新複数のクエリパラメーターを渡す例 parameters: - name: param in: query schema: type: array items: type: string enum: - hoge - huga style: form explode: false
marlowe2022/09/08参照系 schema: $ref: '#/components/schemas/Hoge' schema: type: object properties: huga: $ref: '#/components/schemas/Huga'