openapi: 3.1.0
info:
  title: Petstore API
paths:
  /pets:
    get:
      operationId: 1
      summary: List all pets
      responses:
        '200':
          description: A list of pets
