GitLab · JSON Structure

Gitlab Api V4 Application Api_Entities_Appearance Structure

API_Entities_Appearance model

Type: object Properties: 16
CodePlatformSoftware DevelopmentSource Control

API_Entities_Appearance is a JSON Structure definition published by GitLab, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

title description pwa_name pwa_short_name pwa_description logo pwa_icon header_logo favicon new_project_guidelines profile_image_guidelines header_message footer_message message_background_color message_font_color email_header_and_footer_enabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-structure/gitlab-api-v4-application-api_entities_appearance-structure.json",
  "name": "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": "user@example.com"
    }
  }
}