GitLab · JSON Structure

Gitlab Openapi Original Api_Entities_Custom Attribute Structure

API_Entities_CustomAttribute from GitLab API

Type: object Properties: 2
CodePlatformSoftware DevelopmentSource Control

API_Entities_CustomAttribute 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

key value

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-openapi-original-api_entities_custom-attribute-structure.json",
  "name": "API_Entities_CustomAttribute",
  "description": "API_Entities_CustomAttribute from GitLab API",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "example": "foo"
    },
    "value": {
      "type": "string",
      "example": "bar"
    }
  }
}