Created
November 1, 2023 00:10
-
-
Save thehappybug/e22e00117e73447322080f302d9c6fd2 to your computer and use it in GitHub Desktop.
Using Optional and Nullable Properties: Example 1
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
paths: | |
"/products": | |
get: | |
parameters: | |
- name: latitude | |
in: query | |
description: Latitude component of location. | |
required: true | |
style: form | |
- name: longitude | |
in: query | |
description: Longitude component of location. | |
required: true | |
style: form |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment