GitLab · JSON Structure

Gitlab Api V4 Avatar Api_Entities_Avatar Structure

API_Entities_Avatar model

Type: object Properties: 1
CodePlatformSoftware DevelopmentSource Control

API_Entities_Avatar is a JSON Structure definition published by GitLab, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

avatar_url

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