{ "$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_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" } } }