mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 15:51:38 +00:00
Removed unused file (#18325)
This commit is contained in:
51
w
51
w
@@ -1,51 +0,0 @@
|
||||
openapi: 3.1.0
|
||||
info:
|
||||
title: ""
|
||||
version: ""
|
||||
|
||||
paths:
|
||||
/user/getInfo:
|
||||
get:
|
||||
operationId: getUserInfo
|
||||
responses:
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/Bar'
|
||||
description: |
|
||||
OK
|
||||
security:
|
||||
- Session: []
|
||||
x-accepts: application/json
|
||||
|
||||
components:
|
||||
schemas:
|
||||
Foo:
|
||||
type: object
|
||||
required:
|
||||
- arrayOfStrings
|
||||
properties:
|
||||
arrayOfStrings:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
Bar:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Foo'
|
||||
Hello:
|
||||
type: object
|
||||
properties:
|
||||
arrayFooOne:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/Foo'
|
||||
arrayFooTwo:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/Foo'
|
||||
arrayFooThree:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/Foo'
|
||||
Reference in New Issue
Block a user