GitLab · JSON Structure

Gitlab Api V4 Groups Api_Entities_Basic Badge Details Structure

API_Entities_BasicBadgeDetails model

Type: object Properties: 5
CodePlatformSoftware DevelopmentSource Control

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

Properties

name link_url image_url rendered_link_url rendered_image_url

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-groups-api_entities_basic-badge-details-structure.json",
  "name": "API_Entities_BasicBadgeDetails",
  "description": "API_Entities_BasicBadgeDetails model",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Project"
    },
    "link_url": {
      "type": "string",
      "example": "https://gitlab.com/example"
    },
    "image_url": {
      "type": "string",
      "example": "https://gitlab.com/example"
    },
    "rendered_link_url": {
      "type": "string",
      "example": "https://gitlab.com/example"
    },
    "rendered_image_url": {
      "type": "string",
      "example": "https://gitlab.com/example"
    }
  }
}