GitLab · Schema

API_Entities_Dictionary_Table

API_Entities_Dictionary_Table model

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
table_name string
feature_categories array
View JSON Schema on GitHub

JSON Schema

gitlab-openapi-original-api_entities_dictionary_table-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-openapi-original-api_entities_dictionary_table-schema.json",
  "title": "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"
      }
    }
  }
}