{ "type": "object", "description": "Request to attach an author to a multi-language group", "name": "AttachToLanguageGroupRequest", "properties": { "id": { "type": "string", "description": "ID of the author to attach" }, "language": { "type": "string", "description": "Language code for the author (e.g., es, fr, de)" }, "primaryId": { "type": "string", "description": "ID of the primary language author" }, "primaryLanguage": { "type": "string", "description": "Language code of the primary author" } }, "required": [ "id", "language", "primaryId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }