{ "type": "object", "description": "Request to set a new primary language for a multi-language group", "name": "SetLanguagePrimaryRequest", "properties": { "id": { "type": "string", "description": "ID of the author to set as primary" } }, "required": [ "id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }