Created
November 1, 2023 00:26
-
-
Save thehappybug/de635b548f9a11d4542f9f837f222e71 to your computer and use it in GitHub Desktop.
Using Optional and Nullable Properties: Example 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Profile: | |
title: Profile | |
required: | |
- middle_name | |
- rider-id | |
type: object | |
properties: | |
first_name: | |
type: string | |
description: First name of the Uber user. | |
promo_code: | |
type: string | |
nullable: 'true' | |
description: Promo code of the Uber user. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment