{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/authors-api-set-language-primary-request-structure.json", "name": "SetLanguagePrimaryRequest", "description": "Request to set a new primary language for a multi-language group", "type": "object", "properties": { "id": { "type": "string", "description": "ID of the author to set as primary", "example": "500123" } }, "required": [ "id" ] }