GitLab · Schema

API_Entities_Metadata

API_Entities_Metadata model

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
version string
revision string
kas object
enterprise boolean
View JSON Schema on GitHub

JSON Schema

gitlab-api-v4-metadata-api_entities_metadata-schema.json Raw ↑
{
  "$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-metadata-api_entities_metadata-schema.json",
  "title": "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
    }
  }
}