GitLab · JSON Structure

Gitlab Api V4 Projects Api_Entities_Badge Structure

API_Entities_Badge model

Type: object Properties: 7
CodePlatformSoftware DevelopmentSource Control

API_Entities_Badge is a JSON Structure definition published by GitLab, describing 7 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 id kind

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-projects-api_entities_badge-structure.json",
  "name": "API_Entities_Badge",
  "description": "API_Entities_Badge 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"
    },
    "id": {
      "type": "string",
      "example": "123456"
    },
    "kind": {
      "type": "string",
      "example": "example_value"
    }
  }
}