persona-community-5/.pnpm-store/v3/files/36/7518fe077cbf0bcca10a23c0e7dbcecbf645054913325139ff72d8fb85d219a118e8271cf5e7ddb1e1582b375bef19e0b2e24ada2df69521e8a57be64ceec6
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
748 B
Plaintext

openapi: '3.0.3'
info:
title: bugtest
version: '1.0'
description: Demo
license:
name: DEMO
url: https://demo.com
servers:
- url: http://demo.com/api
paths:
/customer:
summary: 'Customer scope'
get:
summary: 'Get demo no refs'
operationId: GetCustomer
description: 'Returns Demo No Refs'
responses:
200:
description: Demo No Refs
content:
application/json:
schema:
$ref: '#/components/schemas/Customer'
components:
schemas:
Customer:
type: object
properties:
customerName:
type: string
accounts:
type: array
items:
$ref: 'https://someexternal.schema'