persona-community-5/.pnpm-store/v3/files/3a/f5b1cf4866007cf7569e4aec20c0c7304c7058cfd85dcd316631c0f5a8dba2cdc01eb5637a6cecf8e42a125c584fc87fe6374b7fa7af40d80839c3b57bbb07
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

34 lines
776 B
Plaintext

openapi: 3.0.0
paths:
/pet:
parameters:
- $ref: '#/components/parameters/path-param'
put:
parameters:
- $ref: '#/components/parameters/param-a'
- $ref: ./param-b.yaml
- name: test
get:
parameters:
- $ref: '#/components/parameters/param-a'
- $ref: ./param-c.yaml
post:
parameters:
- $ref: '#/paths/~1pet/put/parameters/2'
components:
parameters:
param-a:
name: param_a
schema:
$ref: ./schema-a.yaml
examples:
first:
$ref: ./examples.yaml#/param-a/first
second:
$ref: ./examples.yaml#/param-a/second
path-param:
name: path_param
examples:
first:
$ref: ./examples.yaml#/path-param/first