Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove type column and add constraints #47

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions src/__snapshots__/basic.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,25 @@ Base 200 response

#|||
**Name**
|
**Type**
|
**Description**
||

||
type
|
string
|
**Type:** string



||

||
foo
|
string
|
**Type:** string



|||#

Expand Down Expand Up @@ -110,27 +108,25 @@ Base 200 response

#|||
**Name**
|
**Type**
|
**Description**
||

||
type
|
string
|
**Type:** string



||

||
bar
|
string
|
**Type:** string



|||#

Expand Down
70 changes: 30 additions & 40 deletions src/__snapshots__/combiners/allOf.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,34 @@ Generated server url

#|||
**Name**
|
**Type**
|
**Description**
||

||
type
|
string
|
**Type:** string



||

||
foo
|
string
|
**Type:** string



||

||
name
|
string
|
**Type:** string



|||#

Expand Down Expand Up @@ -112,35 +110,33 @@ Base 200 response

#|||
**Name**
|
**Type**
|
**Description**
||

||
name
|
string
|
<span style="color:gray;">Default</span>: \`a\`
**Type:** string

<span class="openapi-description-annotation">Default:</span> \`a\`
||

||
type
|
string
|
**Type:** string



||

||
baz
|
string
|
**Type:** string



|||#

Expand Down Expand Up @@ -202,18 +198,16 @@ Generated server url

#|||
**Name**
|
**Type**
|
**Description**
||

||
pet
|
[Cat](#cat)
|
Cat class
**Type:** [Cat](#cat)

Cat class

|||#

Expand All @@ -227,27 +221,25 @@ Cat class

#|||
**Name**
|
**Type**
|
**Description**
||

||
type
|
string
|
**Type:** string



||

||
foo
|
string
|
**Type:** string



|||#

Expand Down Expand Up @@ -283,18 +275,16 @@ Base 200 response

#|||
**Name**
|
**Type**
|
**Description**
||

||
pet
|
[Cat](#cat)
|
Cat class
**Type:** [Cat](#cat)

Cat class

|||#

Expand Down
Loading
Loading