Files
aperture/examples/invalid-path-parameters.yaml

14 lines
338 B
YAML

openapi: 3.2.0
info:
title: Pet Store API
version: 1.0.0
paths:
/pets/{petId}/owners/{ownerId}:
get:
summary: Get pet owner
operationId: getPetOwner
# Missing parameters for {petId} and {ownerId} - should trigger path-parameter rule
responses:
'200':
description: Pet owner information