{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.vpc.v2.AddSubnetsResponse", "title": "scaleway.vpc.v2.AddSubnetsResponse", "type": "object", "properties": { "subnets": { "type": "array", "description": "(IP network)", "example": [ "1.2.3.4/32" ], "items": { "type": "string" } } }, "x-properties-order": [ "subnets" ] }