{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/blog-posts-api-detach-from-language-group-request-schema.json", "title": "DetachFromLanguageGroupRequest", "description": "Request to detach from multi-language group", "type": "object", "properties": { "id": { "type": "string", "description": "ID of the post to detach", "example": "500123" } }, "required": [ "id" ] }