File: //opt/go/pkg/mod/github.com/go-openapi/
[email protected]/fixtures/other-mixin.yml
---
swagger: '2.0'
info:
title: extension of tags, schemes and consumes/produces
version: 4.2.0
schemes:
- http
- https
basePath: /api
consumes:
- application/json
- application/octet-stream
produces:
- application/json
- application/xml
tags:
- name: ticket
description: operations to get and store tickets
- name: game
description: operations to follow games
- name: conflict
description: a tag in conflict with primary spec
paths: