Skip to content

Instantly share code, notes, and snippets.

@Gerschtli
Gerschtli / spec.yaml
Created June 24, 2024 15:07
Example for OpenAPI generator bug report
openapi: '3.0.3'
info:
title: API Title
version: '1.0'
servers:
- url: https://api.server.test/v1
paths: {}
components:
schemas:
Test: