{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsResponse", "title": "scaleway.iam.v1alpha1.CheckPermissionsResponse", "type": "object", "properties": { "responses": { "type": "array", "items": { "$ref": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsResponse.Response" } } }, "x-properties-order": [ "responses" ] }