{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListGracePeriodsResponse", "title": "scaleway.iam.v1alpha1.ListGracePeriodsResponse", "type": "object", "properties": { "grace_periods": { "type": "array", "description": "List of grace periods.", "items": { "$ref": "#/components/schemas/scaleway.iam.v1alpha1.GracePeriod" } } }, "x-properties-order": [ "grace_periods" ] }