스키마
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the splitter to move."
},
"delta": {
"type": "integer",
"description": "The delta, in pixels, to add to the splitter position."
}
},
"required": [
"id",
"delta"
],
"additionalProperties": false
}