GitLab · JSON Structure

Gitlab Api V4 Version Api_Entities_Metadata Structure

API_Entities_Metadata model

Type: object Properties: 4
CodePlatformSoftware DevelopmentSource Control

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

Properties

version revision kas enterprise

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-version-api_entities_metadata-structure.json",
  "name": "API_Entities_Metadata",
  "description": "API_Entities_Metadata model",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "example": "15.2-pre"
    },
    "revision": {
      "type": "string",
      "example": "c401a659d0c"
    },
    "kas": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "externalUrl": {
          "type": "string",
          "example": "grpc://gitlab.example.com:8150"
        },
        "version": {
          "type": "string",
          "example": "15.0.0"
        }
      }
    },
    "enterprise": {
      "type": "boolean",
      "example": true
    }
  }
}