{ "$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-avatar-api_entities_avatar-schema.json", "title": "API_Entities_Avatar", "description": "API_Entities_Avatar model", "type": "object", "properties": { "avatar_url": { "type": "string", "example": "https://gitlab.com/example" } } }