Skip to content

Commit d89e0e7

Browse files
author
Josh Sager
committed
Addressed PR feedback
1 parent be887c0 commit d89e0e7

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

openapi.yaml

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,34 +4004,7 @@ paths:
40044004
type: array
40054005
readOnly: true
40064006
items:
4007-
properties:
4008-
subnet_mask:
4009-
type: string
4010-
example: 255.255.255.0
4011-
linode_id:
4012-
type: string
4013-
example: 123
4014-
public:
4015-
type: boolean
4016-
example: true
4017-
gateway:
4018-
type: string
4019-
example: 45.79.148.1
4020-
prefix:
4021-
type: integer
4022-
example: 24
4023-
region:
4024-
type: string
4025-
example: us-east
4026-
type:
4027-
type: string
4028-
example: ipv4
4029-
rdns:
4030-
type: string
4031-
example: li1247-191.members.linode.com
4032-
address:
4033-
type: string
4034-
example: 45.79.148.191
4007+
$ref: '#/components/schemas/IPAddress'
40354008
ipv6:
40364009
type: object
40374010
description: >
@@ -4043,16 +4016,7 @@ paths:
40434016
slaac:
40444017
$ref: '#/components/schemas/IPAddressV6Slaac'
40454018
global:
4046-
type: array
4047-
readOnly: true
4048-
items:
4049-
properties:
4050-
range:
4051-
type: string
4052-
example: '2600:3c03:e000:0201::'
4053-
region:
4054-
type: string
4055-
example: us-east
4019+
$ref: '#/components/schemas/IPv6Pool'
40564020
default:
40574021
$ref: '#/components/responses/ErrorResponse'
40584022
x-code-samples:

0 commit comments

Comments
 (0)