GitLab · Schema
API_Entities_Appearance
API_Entities_Appearance model
CodePlatformSoftware DevelopmentSource Control
Properties
| Name | Type | Description |
|---|---|---|
| title | string | |
| description | string | |
| pwa_name | string | |
| pwa_short_name | string | |
| pwa_description | string | |
| logo | string | |
| pwa_icon | string | |
| header_logo | string | |
| favicon | string | |
| new_project_guidelines | string | |
| profile_image_guidelines | string | |
| header_message | string | |
| footer_message | string | |
| message_background_color | string | |
| message_font_color | string | |
| email_header_and_footer_enabled | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-api-v4-application-api_entities_appearance-schema.json",
"title": "API_Entities_Appearance",
"description": "API_Entities_Appearance model",
"type": "object",
"properties": {
"title": {
"type": "string",
"example": "example_value"
},
"description": {
"type": "string",
"example": "Example description"
},
"pwa_name": {
"type": "string",
"example": "Example Project"
},
"pwa_short_name": {
"type": "string",
"example": "Example Project"
},
"pwa_description": {
"type": "string",
"example": "Example description"
},
"logo": {
"type": "string",
"example": "example_value"
},
"pwa_icon": {
"type": "string",
"example": "example_value"
},
"header_logo": {
"type": "string",
"example": "example_value"
},
"favicon": {
"type": "string",
"example": "example_value"
},
"new_project_guidelines": {
"type": "string",
"example": "example_value"
},
"profile_image_guidelines": {
"type": "string",
"example": "example_value"
},
"header_message": {
"type": "string",
"example": "example_value"
},
"footer_message": {
"type": "string",
"example": "example_value"
},
"message_background_color": {
"type": "string",
"example": "example_value"
},
"message_font_color": {
"type": "string",
"example": "example_value"
},
"email_header_and_footer_enabled": {
"type": "string",
"example": "[email protected]"
}
}
}