mirror of
https://github.com/LukeHagar/aperture.git
synced 2025-12-06 04:19:09 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
openapi: 3.2.0
|
|
# Missing info section - should trigger root-info rule
|
|
paths:
|
|
/pets:
|
|
get:
|
|
summary: List all pets
|
|
operationId: listPets
|
|
responses:
|
|
'200':
|
|
description: A paged array of pets
|