Fix package reference bug
This commit is contained in:
@@ -19,4 +19,4 @@ components:
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
$ref: "example-schemas.yaml#/components/schemas/Example"
|
||||
$ref: "example-schemas.yaml#/components/schemas/ExampleSchema"
|
||||
@@ -25,7 +25,7 @@ components:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: 'example-schemas.yaml#/components/schemas/Example'
|
||||
$ref: 'example-schemas.yaml#/components/schemas/ExampleSchema'
|
||||
400:
|
||||
description: 'The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).'
|
||||
403:
|
||||
|
||||
@@ -13,7 +13,7 @@ paths:
|
||||
|
||||
components:
|
||||
schemas:
|
||||
Example:
|
||||
ExampleSchema:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
|
||||
Reference in New Issue
Block a user