OBJECT

OrgUISettings

link GraphQL Schema definition

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