openapi: "3.0.0"
info:
  version: 1.0.0
  title: Swagger Petstore
  license:
    name: MIT
servers:
  - url: http://petstore.swagger.io/v1
paths: {}
components:
  schemas:
    $include: components/schemas/**/*.yaml
  securitySchemes:
    $include: components/securitySchemes/**/*.yaml
