Skip to content

Commit 2e0cbb9

Browse files
committed
improved examples to test markdown syntax
1 parent bc92698 commit 2e0cbb9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/specs/data-types.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ paths:
1919
type: object
2020
properties:
2121
age:
22-
description: Person Age
22+
description: Person's **Age** (age must be bold)
2323
type: integer
2424
fullName:
25-
description: Person Full name
25+
description: Person's Full name
2626
type: object
2727
properties:
2828
firstName:
29-
description: First name
29+
description: _First name_ (First name should be italics)
3030
type: string
3131
lastName:
32-
description: Last name
32+
description: |
33+
`Last name` (last name must be monospaced)
3334
type: string
3435
dependentIds:
3536
type: array

0 commit comments

Comments
 (0)