OBJECT
OrgUISettings
link GraphQL Schema definition
1 type OrgUISettings { 2 3 # The logo image as a base64 string. 4 String : 5 6 # A boolean to indicate if Veritone branding should be displayed. 7 Boolean : 8 9 # A JSON schema for custom registration fields. 10 JSONData : 11 12 # A JSON schema for customizing the registration button style. 13 JSONData : 14 15 }