{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.CheckPermissionsRequest.Permission", "title": "scaleway.iam.v1alpha1.CheckPermissionsRequest.Permission", "type": "object", "properties": { "service": { "type": "string" }, "name": { "type": "string" }, "action": { "type": "string" }, "project_id": { "type": "string", "nullable": true, "x-one-of": "scope" }, "organization_id": { "type": "string", "nullable": true, "x-one-of": "scope" } }, "x-properties-order": [ "service", "name", "action", "project_id", "organization_id" ] }