persona-community-5/.pnpm-store/v3/files/a0/457023877b63b2d4f2b10789a5f4503bc117c8a1a11c5c4913bafd1ab45977dde123726b0ceb0be59411dd05749bc5ce1cc2c28a4fdb70802e23c7f18f1253
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

29 lines
716 B
Plaintext

openapi: 3.0.0
paths:
/pet:
put:
requestBody:
content:
application/json:
schema:
type: object
properties:
local:
$ref: '#/components/schemas/Local'
localTransitive:
$ref: '#/components/schemas/Local/properties/string'
externalWithPointer:
$ref: ./External.yaml#/properties/string
external:
$ref: ./External.yaml
components:
schemas:
Local:
properties:
number:
type: number
string:
type: string
localCircular:
$ref: '#/components/schemas/Local'