BlueprintValidationEvent
The message of the diagnostic event.
Incorrect blueprint version
The level of the diagnostic.
1
The unix timestamp of the event in seconds.
1678901234
range object
start object
The start position of the range.
The line number of the source position.
1
The column number of the source position.
1
endPosition objectnullable
An optional end position for the location where the location represents a range that identifies a particular item in a document.
The line number of the source position.
1
The column number of the source position.
1
end object
The end position of the range.
The line number of the source position.
1
The column number of the source position.
1
endPosition objectnullable
An optional end position for the location where the location represents a range that identifies a particular item in a document.
The line number of the source position.
1
The column number of the source position.
1
The column accuracy of the range in the host document.
Possible values: [1
, 2
]
1
Indicates whether or not the diagnostic event is the last event in the stream. This will be true if the event is the last event in the stream. This will be false if the event is not the last event in the stream.
false
{
"message": "Incorrect blueprint version",
"level": 1,
"timestamp": 1678901234,
"range": {
"start": {
"line": 1,
"column": 1,
"endPosition": {
"line": 1,
"column": 1
}
},
"end": {
"line": 1,
"column": 1,
"endPosition": {
"line": 1,
"column": 1
}
},
"columnAccuracy": 1
},
"end": false
}