Skip to content

Commit

Permalink
feat: new design, custom descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Fedoseev authored and v8tenko committed Apr 22, 2024
1 parent 3b6aa2c commit a8fe17c
Show file tree
Hide file tree
Showing 13 changed files with 420 additions and 410 deletions.
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

0 comments on commit a8fe17c

Please sign in to comment.