persona-community-5/.pnpm-store/v3/files/47/4d28492968c4e0a093bd322fafe7b86b528a028855f4c692bb478111704c7386c2c25ff238679493850db7f1a676d8fc61b0be5348fbfc1a080008d8855388
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

22 lines
445 B
Plaintext

openapi: 3.0.0
paths:
/pet:
parameters:
- $ref: '#/components/parameters/path-param'
put:
parameters:
- $ref: '#/components/parameters/param-b'
- $ref: ./param-b.yaml
get:
parameters:
- $ref: '#/components/parameters/param-a'
- $ref: ./param-c.yaml
components:
parameters:
param-a:
name: test
param-b:
name: param_b_alt
path-param:
name: path_param