Dropbox · Schema
ApiAppResponseWhiteLabelingOptions
_t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION
Documents
Properties
| Name | Type | Description |
|---|---|---|
| header_background_color | string | |
| legal_version | string | |
| link_color | string | |
| page_background_color | string | |
| primary_button_color | string | |
| primary_button_color_hover | string | |
| primary_button_text_color | string | |
| primary_button_text_color_hover | string | |
| secondary_button_color | string | |
| secondary_button_color_hover | string | |
| secondary_button_text_color | string | |
| secondary_button_text_color_hover | string | |
| text_color1 | string | |
| text_color2 | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ApiAppResponseWhiteLabelingOptions",
"title": "ApiAppResponseWhiteLabelingOptions",
"description": "_t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION",
"properties": {
"header_background_color": {
"type": "string"
},
"legal_version": {
"type": "string"
},
"link_color": {
"type": "string"
},
"page_background_color": {
"type": "string"
},
"primary_button_color": {
"type": "string"
},
"primary_button_color_hover": {
"type": "string"
},
"primary_button_text_color": {
"type": "string"
},
"primary_button_text_color_hover": {
"type": "string"
},
"secondary_button_color": {
"type": "string"
},
"secondary_button_color_hover": {
"type": "string"
},
"secondary_button_text_color": {
"type": "string"
},
"secondary_button_text_color_hover": {
"type": "string"
},
"text_color1": {
"type": "string"
},
"text_color2": {
"type": "string"
}
},
"type": "object",
"nullable": true,
"x-internal": true
}