{ "type": "object", "description": "Request to detach an author from a multi-language group", "name": "DetachFromLanguageGroupRequest", "properties": { "id": { "type": "string", "description": "ID of the author to detach" } }, "required": [ "id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }