GitLab · JSON Structure

Gitlab Api V4 Admin Api_Entities_Dictionary_Table Structure

API_Entities_Dictionary_Table model

Type: object Properties: 2
CodePlatformSoftware DevelopmentSource Control

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

Properties

table_name feature_categories

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-admin-api_entities_dictionary_table-structure.json",
  "name": "API_Entities_Dictionary_Table",
  "description": "API_Entities_Dictionary_Table model",
  "type": "object",
  "properties": {
    "table_name": {
      "type": "string",
      "example": "users"
    },
    "feature_categories": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "database"
      }
    }
  }
}