{ "type": "object", "description": "Request to create a language variation of an author", "name": "CreateLanguageVariationRequest", "properties": { "id": { "type": "string", "description": "ID of the source author" }, "language": { "type": "string", "description": "Language code for the new variation" } }, "required": [ "id", "language" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }