스키마
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The unique identifier, as a string, of the view type to get or create."
},
"posX": {
"type": "integer",
"description": "Initial position of the created view on the horizontal axis. Defaults to -1."
},
"posY": {
"type": "integer",
"description": "Initial position of the created view on the vertical axis. Defaults to -1."
}
},
"required": [
"name"
],
"additionalProperties": false
}