mirror of
https://github.com/LukeHagar/aperture.git
synced 2025-12-06 04:19:09 +00:00
14 lines
338 B
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
|