GitLab · Schema
API_Entities_Badge
API_Entities_Badge model
CodePlatformSoftware DevelopmentSource Control
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| link_url | string | |
| image_url | string | |
| rendered_link_url | string | |
| rendered_image_url | string | |
| id | string | |
| kind | 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-projects-api_entities_badge-schema.json",
"title": "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"
}
}
}