ScriptProfiler.ExpressionLocation
{
"id": "ExpressionLocation",
"type": "object",
"properties": [
{
"name": "line",
"type": "integer",
"description": "1-based."
},
{
"name": "column",
"type": "integer",
"description": "1-based."
}
]
}