GitLab · Schema

API_Entities_BasicBadgeDetails

API_Entities_BasicBadgeDetails model

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
name string
link_url string
image_url string
rendered_link_url string
rendered_image_url string
View JSON Schema on GitHub

JSON Schema

gitlab-openapi-original-api_entities_basic-badge-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-openapi-original-api_entities_basic-badge-details-schema.json",
  "title": "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"
    }
  }
}