Import from internal git

This commit is contained in:
2025-10-11 13:08:09 +02:00
commit 97aaa715dc
175 changed files with 7014 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
openapi: 3.0.3
info:
version: "1.0.0"
title: 'Parameters for example'
description: 'Defines all the parameters used in example API'
paths:
/fake_path_required_for_generation:
get:
responses:
'200':
description: OK
components:
parameters:
exampleId:
name: exampleId
description: the id of an example
in: path
required: true
schema:
$ref: "example-schemas.yaml#/components/schemas/Example"