persona-community-5/.pnpm-store/v3/files/8c/f9a6f93fe2c56a537feba599b96e5a6184106edc341c491d24aec34202a301f54700fc790acfe6714eb5e34d8219559fc4153e18098df7e858c356db72c77f
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

36 lines
695 B
Plaintext

openapi: 3.1.0
info:
title: My API
description: It ain't so wonderful, but at least it's mine.
version: '1.0'
contact:
email: me@theintenet.com
name: me
paths:
/test:
get:
summary: 'test'
responses:
200:
description: test
content:
application/json:
schema:
$ref: ./vendor.schema.yaml
components:
schemas:
vendor:
$ref: ./vendor.schema.yaml
myvendor:
$ref: ./vendor.schema.yaml
simple:
$ref: ./simple.yaml
A:
$ref: ./definitions.yaml#/$defs/A
test:
$ref: ./rename.yaml
rename:
type: string
rename-2:
$ref: ./rename.yaml