{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.instance.v1.SetPlacementGroupServersResponse", "title": "scaleway.instance.v1.SetPlacementGroupServersResponse", "type": "object", "properties": { "servers": { "type": "array", "description": "Instances attached to the placement group.", "items": { "$ref": "#/components/schemas/scaleway.instance.v1.PlacementGroupServer" } } }, "x-properties-order": [ "servers" ] }