{ "type": "object", "description": "Request to attach to language group", "name": "AttachToLanguageGroupRequest", "properties": { "id": { "type": "string", "description": "ID of the post to attach" }, "language": { "type": "string", "description": "Language code for the post" }, "primaryId": { "type": "string", "description": "ID of the primary language post" }, "primaryLanguage": { "type": "string", "description": "Language code of the primary post" } }, "required": [ "id", "language", "primaryId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }