Skip to content

Commit

Permalink
add scenario of numeric properties in integration test openapi docume…
Browse files Browse the repository at this point in the history
…nt ipinfo.yaml
  • Loading branch information
Tyler-IN committed May 27, 2024
1 parent c40f3fd commit d6239c3
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -643,6 +643,10 @@ components:
type: string
example: '01105'

4:
type: string
example: '1234'

timezone:
type: string
example: 'America/New_York'
@@ -1101,6 +1105,7 @@ components:
loc: 37.4056,-122.0775
org: AS15169 Google LLC
postal: 94043
4: 1234
timezone: America/Los_Angeles


@@ -1160,6 +1165,13 @@ components:
type: string
example: '01105'

4:
description: A plus 4 extension to postals.
content:
text/plain:
schema:
type: string
example: '1234'
Timezone:
description: A timezone.
content:

0 comments on commit d6239c3

Please sign in to comment.