{ "$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" } } }