{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "groupName": { "type": "string" }, "groupPrincipalName": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "projectName": { "type": "string" }, "roleTemplateName": { "type": "string" }, "serviceAccount": { "type": "string" }, "userName": { "type": "string" }, "userPrincipalName": { "type": "string" } }, "required": [ "projectName", "roleTemplateName" ], "type": "object" }