You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specs/data-types.yaml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,21 @@ paths:
11
11
tags:
12
12
- A
13
13
responses:
14
+
'400':
15
+
description: |
16
+
Test1
17
+
18
+
| Tables | Are | Cool |
19
+
| ------------- |:-------------:| -----:|
20
+
| col 3 is | right-aligned | $1600 |
21
+
| col 2 is | centered | $12 |
14
22
'200':
15
23
description: successful operation
16
24
content:
17
25
application/json:
18
26
schema:
19
27
type: object
28
+
description: Description of **Person** object (Person must be bold)
20
29
properties:
21
30
age:
22
31
description: Person's **Age** (age must be bold)
@@ -39,23 +48,24 @@ paths:
39
48
type: integer
40
49
dependentNames:
41
50
type: array
42
-
description: Full Name of Dependents.
51
+
description: Full Name of **Dependents** (Dependents must be bold).
43
52
items:
44
53
type: object
45
54
properties:
46
55
firstNameParts:
47
-
description: First Name parts
56
+
description: Parts of **First Name** (First Name must be bold)
48
57
type: object
49
58
properties:
50
59
firstName:
51
60
description: This is a very very long description to test how will it show up on a API spec renderer tool such as RapiDoc. This lable must be big enough to wrap into next line
0 commit comments