{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UserRole", "type": "string", "enum": [ "admin", "member", "viewer", "guest" ] }