Fix package reference bug

This commit is contained in:
2025-10-12 13:54:51 +02:00
parent 97aaa715dc
commit 671c1214a8
121 changed files with 6431 additions and 69 deletions

View File

@@ -19,4 +19,4 @@ components:
in: path
required: true
schema:
$ref: "example-schemas.yaml#/components/schemas/Example"
$ref: "example-schemas.yaml#/components/schemas/ExampleSchema"

View File

@@ -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:

View File

@@ -13,7 +13,7 @@ paths:
components:
schemas:
Example:
ExampleSchema:
type: object
properties:
id: