Skip to content

Commit 6376f47

Browse files
Remove unnecessary quotations from examples
1 parent f29d146 commit 6376f47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13254,8 +13254,8 @@ components:
1325413254
items:
1325513255
type: string
1325613256
example:
13257-
- "example tag"
13258-
- "another example"
13257+
- example tag
13258+
- another example
1325913259
devices:
1326013260
type: object
1326113261
description: >
@@ -13312,14 +13312,14 @@ components:
1331213312
items:
1331313313
type: string
1331413314
example:
13315-
- "192.0.2.1"
13316-
- "192.0.2.0/24"
13315+
- 192.0.2.1
13316+
- 192.0.2.0/24
1331713317
ipv6:
1331813318
description: A list of IPv6 addresses or networks.
1331913319
type: array
1332013320
items:
1332113321
type: string
13322-
example: "2001:DB8::/32"
13322+
example: 2001:DB8::/32
1332313323
Grant:
1332413324
type: object
1332513325
description: >

0 commit comments

Comments
 (0)