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