{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AccountRole", "type": "string", "enum": [ "admin", "editor", "moderator", "guest", "connectOnlyUser", "contentStudioOnly" ], "x-enum-varnames": [ "admin", "editor", "moderator", "guest", "connectOnlyUser", "contentStudioOnly" ] }