Files
aperture/examples/invalid-missing-info.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