Skip to content

Commit be5182e

Browse files
authored
Merge pull request #84 from splitwise/violet-nullable
display user last name as nullable
2 parents 46ba21b + 326a46d commit be5182e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/user.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ properties:
88
last_name:
99
type: string
1010
example: "Lovelace"
11+
nullable: true
1112
email:
1213
type: string
1314
example: "[email protected]"

0 commit comments

Comments
 (0)