Created
July 17, 2023 12:25
-
-
Save char0n/871b9a1d79cb7f18cb94df1329f6a968 to your computer and use it in GitHub Desktop.
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
openapi: 3.1.0 | |
info: | |
version: 1.2.3 | |
title: title | |
components: | |
schemas: | |
Location: | |
properties: | |
lat: | |
type: integer | |
exclusiveMaximum: 90 | |
exclusiveMinimum: -90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment