Skip to content

Commit 753111b

Browse files
committed
generated build
1 parent bd2a0ce commit 753111b

File tree

12 files changed

+1547
-112
lines changed

12 files changed

+1547
-112
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script></head><body><rapi-doc id="thedoc" spec-url="./specs/temp.yaml" allow-server-selection="false" show-header="false" theme="light" allow-try="true" allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="tree" render-style="read" default-schema-tab="model"></rapi-doc><script src="rapidoc-min.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script></head><body><rapi-doc id="thedoc" spec-url="./specs/temp.json" allow-server-selection="false" show-header="false" theme="light" allow-try="true" allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="tree" render-style="focused" default-schema-tab="example"></rapi-doc><script src="rapidoc-min.js"></script></body></html>

dist/index.html.gz

4 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

475 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

5 Bytes
Binary file not shown.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/specs/multipart-formdata.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ paths:
1717
format: binary
1818
namePart:
1919
type: object
20+
description: |
21+
`firstName` and `lastName` of the person
2022
properties:
2123
firstName:
2224
type: string
@@ -25,10 +27,42 @@ paths:
2527
agePart:
2628
type: integer
2729
default: 21
30+
description: 'Age of the person'
2831
contactPart:
2932
type: object
3033
properties:
3134
email:
3235
type: string
3336
phone:
3437
type: string
38+
/person2:
39+
post:
40+
description: Sending data using `multipart/form-data`
41+
requestBody:
42+
content:
43+
multipart/form-data:
44+
schema:
45+
type: object
46+
properties:
47+
photoPart:
48+
type: string
49+
format: binary
50+
namePart:
51+
type: object
52+
description: |
53+
`firstName` and `lastName` of the person
54+
properties:
55+
firstName:
56+
type: string
57+
lastName:
58+
type: string
59+
hobbyPart:
60+
type: string
61+
description: 'Hobby of the person'
62+
contactPart:
63+
type: object
64+
properties:
65+
email:
66+
type: string
67+
phone:
68+
type: string

0 commit comments

Comments
 (0)