{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.User.Type", "title": "scaleway.iam.v1alpha1.User.Type", "type": "string", "enum": [ "unknown_type", "owner", "member" ], "x-enum-descriptions": { "values": { "unknown_type": "Unknown type", "owner": "Owner" } }, "default": "unknown_type" }