Skip to content

Instantly share code, notes, and snippets.

@thehappybug
Created November 1, 2023 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thehappybug/e22e00117e73447322080f302d9c6fd2 to your computer and use it in GitHub Desktop.
Save thehappybug/e22e00117e73447322080f302d9c6fd2 to your computer and use it in GitHub Desktop.
Using Optional and Nullable Properties: Example 1
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