Skip to content

Commit

Permalink
test: add empty object test
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 6, 2024
1 parent 072574b commit 17c420b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/core/src/__tests__/odd-models/empty-object.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
openapi: 3.0.3
info:
title: Empty object
version: "1.0"
paths: {}
components:
schemas:
EmptyObject:
type: object

0 comments on commit 17c420b

Please sign in to comment.