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