ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize Static Analysis Results Interchange Format (SARIF) version 2.
{{repoTitle.MainEntity}}
$schema - The URI of the JSON schema corresponding to the version.
version - The SARIF format version of this log file.
runs The set of runs contained in this log file.
#
tool.name
tool.fullName
tool.version
tool.semanticVersion
tool.fileVersion
tool.downloadUri
tool.sarifLoggerVersion
tool.language
conversion.tool.name
conversion.tool.fullName
Actions
{{$index+1}}.
{{row.tool.name}}
{{row.tool.fullName}}
{{row.tool.version}}
{{row.tool.semanticVersion}}
{{row.tool.fileVersion}}
{{row.tool.downloadUri}}
{{row.tool.sarifLoggerVersion}}
{{row.tool.language}}
{{row.conversion.tool.name}}
{{row.conversion.tool.fullName}}
{{repoTitle.MainEntity}}
.tool
_runs
tool.name - The name of the tool.
tool.fullName - The name of the tool along with its version and any other useful identifying information, such as its locale.
tool.version - The tool version, in whatever format the tool natively provides.
tool.semanticVersion - The tool version in the format specified by Semantic Versioning 2.0.
tool.fileVersion - The binary version of the tool's primary executable file (for operating systems such as Windows that provide that information).
tool.downloadUri - The absolute URI from which the tool can be downloaded.
tool.sarifLoggerVersion - A version that uniquely identifies the SARIF logging component that generated this file, if it is versioned separately from the tool.
tool.language - The tool language (expressed as an ISO 649 two-letter lowercase culture code) and region (expressed as an ISO 3166 two-letter uppercase subculture code associated with a country or region).
.tool.properties
_runs
tool.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
invocations Describes the invocation of the analysis tool.
#
commandLine
startTime
endTime
exitCode
exitCodeDescription
exitSignalName
exitSignalNumber
processStartFailureMessage
toolExecutionSuccessful
machine
Actions
{{$index+1}}.
{{row.commandLine}}
{{row.startTime}}
{{row.endTime}}
{{row.exitCode}}
{{row.exitCodeDescription}}
{{row.exitSignalName}}
{{row.exitSignalNumber}}
{{row.processStartFailureMessage}}
{{row.toolExecutionSuccessfulSelected.DisplayText}}
{{row.machine}}
.conversion
_runs
.conversion.tool
_runs
conversion.tool.name - The name of the tool.
conversion.tool.fullName - The name of the tool along with its version and any other useful identifying information, such as its locale.
conversion.tool.version - The tool version, in whatever format the tool natively provides.
conversion.tool.semanticVersion - The tool version in the format specified by Semantic Versioning 2.0.
conversion.tool.fileVersion - The binary version of the tool's primary executable file (for operating systems such as Windows that provide that information).
conversion.tool.downloadUri - The absolute URI from which the tool can be downloaded.
conversion.tool.sarifLoggerVersion - A version that uniquely identifies the SARIF logging component that generated this file, if it is versioned separately from the tool.
conversion.tool.language - The tool language (expressed as an ISO 649 two-letter lowercase culture code) and region (expressed as an ISO 3166 two-letter uppercase subculture code associated with a country or region).
.conversion.tool.properties
_runs
conversion.tool.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
.conversion.invocation
_runs
conversion.invocation.commandLine - The command line used to invoke the tool.
conversion.invocation.startTime - The date and time at which the run started. See "Date/time properties" in the SARIF spec for the required format.
conversion.invocation.endTime - The date and time at which the run ended. See "Date/time properties" in the SARIF spec for the required format.
conversion.invocation.exitCode - The process exit code.
conversion.invocation.exitCodeDescription - The reason for the process exit.
conversion.invocation.exitSignalName - The name of the signal that caused the process to exit.
conversion.invocation.exitSignalNumber - The numeric value of the signal that caused the process to exit.
conversion.invocation.processStartFailureMessage - The reason given by the operating system that the process failed to start.
conversion.invocation.toolExecutionSuccessful - A value indicating whether the tool's execution completed successfully.
conversion.invocation.machine - The machine that hosted the analysis tool run.
conversion.invocation.account - The account that ran the analysis tool.
conversion.invocation.processId - The process id for the analysis tool run.
conversion.invocation.arguments An array of strings, containing in order the command line arguments passed to the tool from the operating system.
#
Values
Actions
{{$index+1}}.
conversion.invocation.responseFiles The locations of any response files specified on the tool's command line.
#
uri
uriBaseId
Actions
{{$index+1}}.
conversion.invocation.attachments A set of files relevant to the invocation of the tool.
#
description.text
description.messageId
description.richText
description.richMessageId
fileLocation.uri
fileLocation.uriBaseId
Actions
{{$index+1}}.
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
{{row.fileLocation.uri}}
{{row.fileLocation.uriBaseId}}
conversion.invocation.toolNotifications A list of runtime conditions detected by the tool during the analysis.
#
id
ruleId
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
Actions
{{$index+1}}.
{{row.id}}
{{row.ruleId}}
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
conversion.invocation.configurationNotifications A list of conditions detected by the tool that are relevant to the tool's configuration.
#
id
ruleId
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
Actions
{{$index+1}}.
{{row.id}}
{{row.ruleId}}
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
.conversion.invocation.executableLocation
_runs
conversion.invocation.executableLocation.uri - A string containing a valid relative or absolute URI.
conversion.invocation.executableLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.workingDirectory
_runs
conversion.invocation.workingDirectory.uri - A string containing a valid relative or absolute URI.
conversion.invocation.workingDirectory.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.environmentVariables
_runs
.conversion.invocation.stdin
_runs
conversion.invocation.stdin.uri - A string containing a valid relative or absolute URI.
conversion.invocation.stdin.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.stdout
_runs
conversion.invocation.stdout.uri - A string containing a valid relative or absolute URI.
conversion.invocation.stdout.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.stderr
_runs
conversion.invocation.stderr.uri - A string containing a valid relative or absolute URI.
conversion.invocation.stderr.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.stdoutStderr
_runs
conversion.invocation.stdoutStderr.uri - A string containing a valid relative or absolute URI.
conversion.invocation.stdoutStderr.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.conversion.invocation.properties
_runs
conversion.invocation.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
conversion.analysisToolLogFiles The locations of the analysis tool's per-run log files.
#
uri
uriBaseId
Actions
{{$index+1}}.
versionControlProvenance Specifies the revision in version control of the files that were scanned.
#
uri
revisionId
branch
tag
timestamp
Actions
{{$index+1}}.
{{row.uri}}
{{row.revisionId}}
{{row.branch}}
{{row.tag}}
{{row.timestamp}}
.originalUriBaseIds
_runs
.files
_runs
.logicalLocations
_runs
graphs An array of one or more unique 'graph' objects.
#
id
description.text
description.messageId
description.richText
description.richMessageId
Actions
{{$index+1}}.
{{row.id}}
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
results The set of results contained in an SARIF log. The results array can be omitted when a run is solely exporting rules metadata. It must be present (but may be empty) if a log file represents an actual scan.
#
ruleId
level
message.text
message.messageId
message.richText
message.richMessageId
analysisTarget.uri
analysisTarget.uriBaseId
instanceGuid
correlationGuid
Actions
{{$index+1}}.
{{row.ruleId}}
{{row.level}}
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
{{row.analysisTarget.uri}}
{{row.analysisTarget.uriBaseId}}
{{row.instanceGuid}}
{{row.correlationGuid}}
.resources
_runs
.resources.messageStrings
_runs
.resources.rules
_runs
instanceGuid - A stable, unique identifier for the run, in the form of a GUID.
correlationGuid - A stable, unique identifier for the class of related runs to which this run belongs, in the form of a GUID.
logicalId - A logical identifier for a run, for example, 'nightly Clang analyzer run'. Multiple runs of the same type can have the same logical id.
.description
_runs
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
automationLogicalId - A global identifier that allows the run to be correlated with other artifacts produced by a larger automation process.
baselineInstanceGuid - The 'instanceGuid' property of a previous SARIF 'run' that comprises the baseline that was used to compute result 'baselineState' properties for the run.
architecture - The hardware architecture for which the run was targeted.
richMessageMimeType - The MIME type of all rich text message properties in the run. Default: "text/markdown;variant=GFM"
redactionToken - The string used to replace sensitive information in a redaction-aware property.
defaultFileEncoding - Specifies the default encoding for any file object that refers to a text file.
columnKind - Specifies the unit in which the tool measures columns.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.properties
_runs
properties.tags A set of distinct strings that provide additional information about the run.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
commandLine - The command line used to invoke the tool.
startTime - The date and time at which the run started. See "Date/time properties" in the SARIF spec for the required format.
endTime - The date and time at which the run ended. See "Date/time properties" in the SARIF spec for the required format.
exitCode - The process exit code.
exitCodeDescription - The reason for the process exit.
exitSignalName - The name of the signal that caused the process to exit.
exitSignalNumber - The numeric value of the signal that caused the process to exit.
processStartFailureMessage - The reason given by the operating system that the process failed to start.
toolExecutionSuccessful - A value indicating whether the tool's execution completed successfully.
machine - The machine that hosted the analysis tool run.
account - The account that ran the analysis tool.
processId - The process id for the analysis tool run.
arguments An array of strings, containing in order the command line arguments passed to the tool from the operating system.
#
Values
Actions
{{$index+1}}.
responseFiles The locations of any response files specified on the tool's command line.
#
uri
uriBaseId
Actions
{{$index+1}}.
attachments A set of files relevant to the invocation of the tool.
#
description.text
description.messageId
description.richText
description.richMessageId
fileLocation.uri
fileLocation.uriBaseId
Actions
{{$index+1}}.
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
{{row.fileLocation.uri}}
{{row.fileLocation.uriBaseId}}
toolNotifications A list of runtime conditions detected by the tool during the analysis.
#
id
ruleId
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
Actions
{{$index+1}}.
{{row.id}}
{{row.ruleId}}
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
configurationNotifications A list of conditions detected by the tool that are relevant to the tool's configuration.
#
id
ruleId
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
Actions
{{$index+1}}.
{{row.id}}
{{row.ruleId}}
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
.executableLocation
_invocations
executableLocation.uri - A string containing a valid relative or absolute URI.
executableLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.workingDirectory
_invocations
workingDirectory.uri - A string containing a valid relative or absolute URI.
workingDirectory.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.environmentVariables
_invocations
.stdin
_invocations
stdin.uri - A string containing a valid relative or absolute URI.
stdin.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.stdout
_invocations
stdout.uri - A string containing a valid relative or absolute URI.
stdout.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.stderr
_invocations
stderr.uri - A string containing a valid relative or absolute URI.
stderr.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.stdoutStderr
_invocations
stdoutStderr.uri - A string containing a valid relative or absolute URI.
stdoutStderr.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.properties
_invocations
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
{{repoTitle.MainEntity}}
.description
_attachments
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.fileLocation
_attachments
fileLocation.uri - A string containing a valid relative or absolute URI.
fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
regions An array of regions of interest within the attachment.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
rectangles An array of rectangles specifying areas of interest within the image.
#
top
left
bottom
right
message.text
message.messageId
message.richText
message.richMessageId
Actions
{{$index+1}}.
{{row.top}}
{{row.left}}
{{row.bottom}}
{{row.right}}
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
{{repoTitle.MainEntity}}
startLine - The line number of the first character in the region.
startColumn - The column number of the first character in the region.
endLine - The line number of the last character in the region.
endColumn - The column number of the character following the end of the region.
charOffset - The zero-based offset from the beginning of the file of the first character in the region.
charLength - The length of the region in characters.
byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
byteLength - The length of the region in bytes.
.snippet
_regions
snippet.text - UTF-8-encoded content from a text file.
snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.message
_regions
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
top - The Y coordinate of the top edge of the rectangle, measured in the image's natural units.
left - The X coordinate of the left edge of the rectangle, measured in the image's natural units.
bottom - The Y coordinate of the bottom edge of the rectangle, measured in the image's natural units.
right - The X coordinate of the right edge of the rectangle, measured in the image's natural units.
.message
_rectangles
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - An identifier for the condition that was encountered.
ruleId - The stable, unique identifier of the rule (if any) to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.
.physicalLocation
_toolNotifications
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_toolNotifications
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_toolNotifications
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_toolNotifications
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_toolNotifications
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_toolNotifications
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_toolNotifications
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_toolNotifications
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_toolNotifications
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
level - A value specifying the severity level of the notification.
threadId - The thread identifier of the code that generated the notification.
time - The date and time at which the analysis tool generated the notification.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.exception
_toolNotifications
exception.kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
exception.message - A plain text message that describes the exception.
.exception.stack
_toolNotifications
.exception.stack.message
_toolNotifications
exception.stack.message.text - A plain text message string.
exception.stack.message.messageId - The resource id for a plain text message string.
exception.stack.message.richText - A rich text message string.
exception.stack.message.richMessageId - The resource id for a rich text message string.
exception.stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
exception.stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.exception.stack.properties
_toolNotifications
exception.stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
exception.innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
.properties
_toolNotifications
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.location
_exception_stack_frames
.location.physicalLocation
_exception_stack_frames
location.physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.location.physicalLocation.fileLocation
_exception_stack_frames
location.physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
location.physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.location.physicalLocation.region
_exception_stack_frames
location.physicalLocation.region.startLine - The line number of the first character in the region.
location.physicalLocation.region.startColumn - The column number of the first character in the region.
location.physicalLocation.region.endLine - The line number of the last character in the region.
location.physicalLocation.region.endColumn - The column number of the character following the end of the region.
location.physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.region.charLength - The length of the region in characters.
location.physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.region.byteLength - The length of the region in bytes.
.location.physicalLocation.region.snippet
_exception_stack_frames
location.physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.region.message
_exception_stack_frames
location.physicalLocation.region.message.text - A plain text message string.
location.physicalLocation.region.message.messageId - The resource id for a plain text message string.
location.physicalLocation.region.message.richText - A rich text message string.
location.physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
location.physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.physicalLocation.contextRegion
_exception_stack_frames
location.physicalLocation.contextRegion.startLine - The line number of the first character in the region.
location.physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
location.physicalLocation.contextRegion.endLine - The line number of the last character in the region.
location.physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
location.physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.contextRegion.charLength - The length of the region in characters.
location.physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.location.physicalLocation.contextRegion.snippet
_exception_stack_frames
location.physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.contextRegion.message
_exception_stack_frames
location.physicalLocation.contextRegion.message.text - A plain text message string.
location.physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
location.physicalLocation.contextRegion.message.richText - A rich text message string.
location.physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
location.fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
location.physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.message
_exception_stack_frames
location.message.text - A plain text message string.
location.message.messageId - The resource id for a plain text message string.
location.message.richText - A rich text message string.
location.message.richMessageId - The resource id for a rich text message string.
location.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
location.annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.location.properties
_exception_stack_frames
module - The name of the module that contains the code of this stack frame.
threadId - The thread identifier of the stack frame.
address - The address of the method or function that is executing.
offset - The offset from the method or function that is executing.
location.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
parameters The parameters of the call that is executing.
#
Values
Actions
{{$index+1}}.
.properties
_exception_stack_frames
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
startLine - The line number of the first character in the region.
startColumn - The column number of the first character in the region.
endLine - The line number of the last character in the region.
endColumn - The column number of the character following the end of the region.
charOffset - The zero-based offset from the beginning of the file of the first character in the region.
charLength - The length of the region in characters.
byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
byteLength - The length of the region in bytes.
.snippet
_location_annotations
snippet.text - UTF-8-encoded content from a text file.
snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.message
_location_annotations
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
message - A plain text message that describes the exception.
.stack
_exception_innerExceptions
.stack.message
_exception_innerExceptions
stack.message.text - A plain text message string.
stack.message.messageId - The resource id for a plain text message string.
stack.message.richText - A rich text message string.
stack.message.richMessageId - The resource id for a rich text message string.
stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.stack.properties
_exception_innerExceptions
stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
{{repoTitle.MainEntity}}
.location
_stack_frames
.location.physicalLocation
_stack_frames
location.physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.location.physicalLocation.fileLocation
_stack_frames
location.physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
location.physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.location.physicalLocation.region
_stack_frames
location.physicalLocation.region.startLine - The line number of the first character in the region.
location.physicalLocation.region.startColumn - The column number of the first character in the region.
location.physicalLocation.region.endLine - The line number of the last character in the region.
location.physicalLocation.region.endColumn - The column number of the character following the end of the region.
location.physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.region.charLength - The length of the region in characters.
location.physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.region.byteLength - The length of the region in bytes.
.location.physicalLocation.region.snippet
_stack_frames
location.physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.region.message
_stack_frames
location.physicalLocation.region.message.text - A plain text message string.
location.physicalLocation.region.message.messageId - The resource id for a plain text message string.
location.physicalLocation.region.message.richText - A rich text message string.
location.physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
location.physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.physicalLocation.contextRegion
_stack_frames
location.physicalLocation.contextRegion.startLine - The line number of the first character in the region.
location.physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
location.physicalLocation.contextRegion.endLine - The line number of the last character in the region.
location.physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
location.physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.contextRegion.charLength - The length of the region in characters.
location.physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.location.physicalLocation.contextRegion.snippet
_stack_frames
location.physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.contextRegion.message
_stack_frames
location.physicalLocation.contextRegion.message.text - A plain text message string.
location.physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
location.physicalLocation.contextRegion.message.richText - A rich text message string.
location.physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
location.fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
location.physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.message
_stack_frames
location.message.text - A plain text message string.
location.message.messageId - The resource id for a plain text message string.
location.message.richText - A rich text message string.
location.message.richMessageId - The resource id for a rich text message string.
location.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
location.annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.location.properties
_stack_frames
module - The name of the module that contains the code of this stack frame.
threadId - The thread identifier of the stack frame.
address - The address of the method or function that is executing.
offset - The offset from the method or function that is executing.
location.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
parameters The parameters of the call that is executing.
#
Values
Actions
{{$index+1}}.
.properties
_stack_frames
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
message - A plain text message that describes the exception.
.stack
_innerExceptions
.stack.message
_innerExceptions
stack.message.text - A plain text message string.
stack.message.messageId - The resource id for a plain text message string.
stack.message.richText - A rich text message string.
stack.message.richMessageId - The resource id for a rich text message string.
stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.stack.properties
_innerExceptions
stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
{{repoTitle.MainEntity}}
id - An identifier for the condition that was encountered.
ruleId - The stable, unique identifier of the rule (if any) to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.
.physicalLocation
_configurationNotifications
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_configurationNotifications
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_configurationNotifications
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_configurationNotifications
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_configurationNotifications
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_configurationNotifications
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_configurationNotifications
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_configurationNotifications
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_configurationNotifications
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
level - A value specifying the severity level of the notification.
threadId - The thread identifier of the code that generated the notification.
time - The date and time at which the analysis tool generated the notification.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.exception
_configurationNotifications
exception.kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
exception.message - A plain text message that describes the exception.
.exception.stack
_configurationNotifications
.exception.stack.message
_configurationNotifications
exception.stack.message.text - A plain text message string.
exception.stack.message.messageId - The resource id for a plain text message string.
exception.stack.message.richText - A rich text message string.
exception.stack.message.richMessageId - The resource id for a rich text message string.
exception.stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
exception.stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.exception.stack.properties
_configurationNotifications
exception.stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
exception.innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
.properties
_configurationNotifications
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
{{repoTitle.MainEntity}}
.description
_conversion_invocation_attachments
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.fileLocation
_conversion_invocation_attachments
fileLocation.uri - A string containing a valid relative or absolute URI.
fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
regions An array of regions of interest within the attachment.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
rectangles An array of rectangles specifying areas of interest within the image.
#
top
left
bottom
right
message.text
message.messageId
message.richText
message.richMessageId
Actions
{{$index+1}}.
{{row.top}}
{{row.left}}
{{row.bottom}}
{{row.right}}
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
{{repoTitle.MainEntity}}
id - An identifier for the condition that was encountered.
ruleId - The stable, unique identifier of the rule (if any) to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.
.physicalLocation
_conversion_invocation_toolNotifications
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_conversion_invocation_toolNotifications
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_conversion_invocation_toolNotifications
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_conversion_invocation_toolNotifications
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_conversion_invocation_toolNotifications
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_conversion_invocation_toolNotifications
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_conversion_invocation_toolNotifications
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_conversion_invocation_toolNotifications
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_conversion_invocation_toolNotifications
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
level - A value specifying the severity level of the notification.
threadId - The thread identifier of the code that generated the notification.
time - The date and time at which the analysis tool generated the notification.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.exception
_conversion_invocation_toolNotifications
exception.kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
exception.message - A plain text message that describes the exception.
.exception.stack
_conversion_invocation_toolNotifications
.exception.stack.message
_conversion_invocation_toolNotifications
exception.stack.message.text - A plain text message string.
exception.stack.message.messageId - The resource id for a plain text message string.
exception.stack.message.richText - A rich text message string.
exception.stack.message.richMessageId - The resource id for a rich text message string.
exception.stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
exception.stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.exception.stack.properties
_conversion_invocation_toolNotifications
exception.stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
exception.innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
.properties
_conversion_invocation_toolNotifications
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - An identifier for the condition that was encountered.
ruleId - The stable, unique identifier of the rule (if any) to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.
.physicalLocation
_conversion_invocation_configurationNotifications
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_conversion_invocation_configurationNotifications
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_conversion_invocation_configurationNotifications
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_conversion_invocation_configurationNotifications
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_conversion_invocation_configurationNotifications
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_conversion_invocation_configurationNotifications
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_conversion_invocation_configurationNotifications
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_conversion_invocation_configurationNotifications
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_conversion_invocation_configurationNotifications
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
level - A value specifying the severity level of the notification.
threadId - The thread identifier of the code that generated the notification.
time - The date and time at which the analysis tool generated the notification.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.exception
_conversion_invocation_configurationNotifications
exception.kind - A string that identifies the kind of exception, for example, the fully qualified type name of an object that was thrown, or the symbolic name of a signal.
exception.message - A plain text message that describes the exception.
.exception.stack
_conversion_invocation_configurationNotifications
.exception.stack.message
_conversion_invocation_configurationNotifications
exception.stack.message.text - A plain text message string.
exception.stack.message.messageId - The resource id for a plain text message string.
exception.stack.message.richText - A rich text message string.
exception.stack.message.richMessageId - The resource id for a rich text message string.
exception.stack.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
exception.stack.frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.exception.stack.properties
_conversion_invocation_configurationNotifications
exception.stack.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
exception.innerExceptions An array of exception objects each of which is considered a cause of this exception.
#
kind
message
stack.message.text
stack.message.messageId
stack.message.richText
stack.message.richMessageId
Actions
{{$index+1}}.
{{row.kind}}
{{row.message}}
{{row.stack.message.text}}
{{row.stack.message.messageId}}
{{row.stack.message.richText}}
{{row.stack.message.richMessageId}}
.properties
_conversion_invocation_configurationNotifications
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
{{repoTitle.MainEntity}}
uri - The absolute URI of the repository.
revisionId - A string that uniquely and permanently identifies the revision within the repository.
branch - The name of a branch containing the revision.
tag - A tag that has been applied to the revision.
timestamp - The date and time at which the revision was created.
.properties
_versionControlProvenance
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - A string that uniquely identifies the graph within a run.graphs or result.graphs array.
.description
_graphs
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
nodes An array of node objects representing the nodes of the graph.
#
id
label.text
label.messageId
label.richText
label.richMessageId
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
Actions
{{$index+1}}.
{{row.id}}
{{row.label.text}}
{{row.label.messageId}}
{{row.label.richText}}
{{row.label.richMessageId}}
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
edges An array of edge objects representing the edges of the graph.
#
id
label.text
label.messageId
label.richText
label.richMessageId
sourceNodeId
targetNodeId
Actions
{{$index+1}}.
{{row.id}}
{{row.label.text}}
{{row.label.messageId}}
{{row.label.richText}}
{{row.label.richMessageId}}
{{row.sourceNodeId}}
{{row.targetNodeId}}
.properties
_graphs
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - A string that uniquely identifies the node within its graph.
.label
_nodes
label.text - A plain text message string.
label.messageId - The resource id for a plain text message string.
label.richText - A rich text message string.
label.richMessageId - The resource id for a rich text message string.
label.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location
_nodes
.location.physicalLocation
_nodes
location.physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.location.physicalLocation.fileLocation
_nodes
location.physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
location.physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.location.physicalLocation.region
_nodes
location.physicalLocation.region.startLine - The line number of the first character in the region.
location.physicalLocation.region.startColumn - The column number of the first character in the region.
location.physicalLocation.region.endLine - The line number of the last character in the region.
location.physicalLocation.region.endColumn - The column number of the character following the end of the region.
location.physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.region.charLength - The length of the region in characters.
location.physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.region.byteLength - The length of the region in bytes.
.location.physicalLocation.region.snippet
_nodes
location.physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.region.message
_nodes
location.physicalLocation.region.message.text - A plain text message string.
location.physicalLocation.region.message.messageId - The resource id for a plain text message string.
location.physicalLocation.region.message.richText - A rich text message string.
location.physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
location.physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.physicalLocation.contextRegion
_nodes
location.physicalLocation.contextRegion.startLine - The line number of the first character in the region.
location.physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
location.physicalLocation.contextRegion.endLine - The line number of the last character in the region.
location.physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
location.physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.contextRegion.charLength - The length of the region in characters.
location.physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.location.physicalLocation.contextRegion.snippet
_nodes
location.physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.contextRegion.message
_nodes
location.physicalLocation.contextRegion.message.text - A plain text message string.
location.physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
location.physicalLocation.contextRegion.message.richText - A rich text message string.
location.physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
location.fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
location.physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.message
_nodes
location.message.text - A plain text message string.
location.message.messageId - The resource id for a plain text message string.
location.message.richText - A rich text message string.
location.message.richMessageId - The resource id for a rich text message string.
location.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
location.annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.location.properties
_nodes
location.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
children Array of child nodes.
#
id
label.text
label.messageId
label.richText
label.richMessageId
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
Actions
{{$index+1}}.
{{row.id}}
{{row.label.text}}
{{row.label.messageId}}
{{row.label.richText}}
{{row.label.richMessageId}}
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
.properties
_nodes
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - A string that uniquely identifies the node within its graph.
.label
_children
label.text - A plain text message string.
label.messageId - The resource id for a plain text message string.
label.richText - A rich text message string.
label.richMessageId - The resource id for a rich text message string.
label.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location
_children
.location.physicalLocation
_children
location.physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.location.physicalLocation.fileLocation
_children
location.physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
location.physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.location.physicalLocation.region
_children
location.physicalLocation.region.startLine - The line number of the first character in the region.
location.physicalLocation.region.startColumn - The column number of the first character in the region.
location.physicalLocation.region.endLine - The line number of the last character in the region.
location.physicalLocation.region.endColumn - The column number of the character following the end of the region.
location.physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.region.charLength - The length of the region in characters.
location.physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.region.byteLength - The length of the region in bytes.
.location.physicalLocation.region.snippet
_children
location.physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.region.message
_children
location.physicalLocation.region.message.text - A plain text message string.
location.physicalLocation.region.message.messageId - The resource id for a plain text message string.
location.physicalLocation.region.message.richText - A rich text message string.
location.physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
location.physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.physicalLocation.contextRegion
_children
location.physicalLocation.contextRegion.startLine - The line number of the first character in the region.
location.physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
location.physicalLocation.contextRegion.endLine - The line number of the last character in the region.
location.physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
location.physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.contextRegion.charLength - The length of the region in characters.
location.physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.location.physicalLocation.contextRegion.snippet
_children
location.physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.contextRegion.message
_children
location.physicalLocation.contextRegion.message.text - A plain text message string.
location.physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
location.physicalLocation.contextRegion.message.richText - A rich text message string.
location.physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
location.fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
location.physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.message
_children
location.message.text - A plain text message string.
location.message.messageId - The resource id for a plain text message string.
location.message.richText - A rich text message string.
location.message.richMessageId - The resource id for a rich text message string.
location.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
location.annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.location.properties
_children
location.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
children Array of child nodes.
#
id
label.text
label.messageId
label.richText
label.richMessageId
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
Actions
{{$index+1}}.
{{row.id}}
{{row.label.text}}
{{row.label.messageId}}
{{row.label.richText}}
{{row.label.richMessageId}}
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
.properties
_children
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - A string that uniquely identifies the edge within its graph.
.label
_edges
label.text - A plain text message string.
label.messageId - The resource id for a plain text message string.
label.richText - A rich text message string.
label.richMessageId - The resource id for a rich text message string.
sourceNodeId - Identifies the source node (the node at which the edge starts).
targetNodeId - Identifies the target node (the node at which the edge ends).
label.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.properties
_edges
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
ruleId - The stable, unique identifier of the rule (if any) to which this notification is relevant. This member can be used to retrieve rule metadata from the rules dictionary, if it exists.
level - A value specifying the severity level of the result.
.message
_results
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.analysisTarget
_results
analysisTarget.uri - A string containing a valid relative or absolute URI.
analysisTarget.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
instanceGuid - A stable, unique identifier for the result in the form of a GUID.
correlationGuid - A stable, unique identifier for the equivalence class of logically identical results to which this result belongs, in the form of a GUID.
locations One or more locations where the result occurred. Specify only one location unless the problem indicated by the result can only be corrected by making a change at every specified location.
#
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
physicalLocation.region.charLength
physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
{{row.physicalLocation.region.charLength}}
{{row.physicalLocation.region.byteOffset}}
.partialFingerprints
_results
.fingerprints
_results
baselineState - The state of a result relative to a baseline of a previous run.
stacks An array of 'stack' objects relevant to the result.
#
message.text
message.messageId
message.richText
message.richMessageId
Actions
{{$index+1}}.
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
codeFlows An array of 'codeFlow' objects relevant to the result.
#
message.text
message.messageId
message.richText
message.richMessageId
Actions
{{$index+1}}.
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
graphs An array of one or more unique 'graph' objects.
#
id
description.text
description.messageId
description.richText
description.richMessageId
Actions
{{$index+1}}.
{{row.id}}
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
graphTraversals An array of one or more unique 'graphTraversal' objects.
#
graphId
description.text
description.messageId
description.richText
description.richMessageId
Actions
{{$index+1}}.
{{row.graphId}}
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
relatedLocations A set of locations relevant to this result.
#
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
physicalLocation.region.charLength
physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
{{row.physicalLocation.region.charLength}}
{{row.physicalLocation.region.byteOffset}}
suppressionStates A set of flags indicating one or more suppression conditions.
#
Actions
{{$index+1}}.
attachments A set of files relevant to the result.
#
description.text
description.messageId
description.richText
description.richMessageId
fileLocation.uri
fileLocation.uriBaseId
Actions
{{$index+1}}.
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
{{row.fileLocation.uri}}
{{row.fileLocation.uriBaseId}}
workItemUris The URIs of the work items associated with this result
#
Values
Actions
{{$index+1}}.
conversionProvenance An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result object.
#
id
fileLocation.uri
fileLocation.uriBaseId
region.startLine
region.startColumn
region.endLine
region.endColumn
region.charOffset
region.charLength
region.byteOffset
Actions
{{$index+1}}.
{{row.id}}
{{row.fileLocation.uri}}
{{row.fileLocation.uriBaseId}}
{{row.region.startLine}}
{{row.region.startColumn}}
{{row.region.endLine}}
{{row.region.endColumn}}
{{row.region.charOffset}}
{{row.region.charLength}}
{{row.region.byteOffset}}
fixes An array of 'fix' objects, each of which represents a proposed fix to the problem indicated by the result.
#
description.text
description.messageId
description.richText
description.richMessageId
Actions
{{$index+1}}.
{{row.description.text}}
{{row.description.messageId}}
{{row.description.richText}}
{{row.description.richMessageId}}
.properties
_results
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.physicalLocation
_locations
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_locations
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_locations
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_locations
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_locations
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_locations
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_locations
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_locations
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_locations
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.properties
_locations
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
startLine - The line number of the first character in the region.
startColumn - The column number of the first character in the region.
endLine - The line number of the last character in the region.
endColumn - The column number of the character following the end of the region.
charOffset - The zero-based offset from the beginning of the file of the first character in the region.
charLength - The length of the region in characters.
byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
byteLength - The length of the region in bytes.
.snippet
_annotations
snippet.text - UTF-8-encoded content from a text file.
snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.message
_annotations
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.message
_stacks
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
frames An array of stack frames that represent a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
#
location.physicalLocation.id
location.physicalLocation.fileLocation.uri
location.physicalLocation.fileLocation.uriBaseId
location.physicalLocation.region.startLine
location.physicalLocation.region.startColumn
location.physicalLocation.region.endLine
location.physicalLocation.region.endColumn
location.physicalLocation.region.charOffset
location.physicalLocation.region.charLength
location.physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.location.physicalLocation.id}}
{{row.location.physicalLocation.fileLocation.uri}}
{{row.location.physicalLocation.fileLocation.uriBaseId}}
{{row.location.physicalLocation.region.startLine}}
{{row.location.physicalLocation.region.startColumn}}
{{row.location.physicalLocation.region.endLine}}
{{row.location.physicalLocation.region.endColumn}}
{{row.location.physicalLocation.region.charOffset}}
{{row.location.physicalLocation.region.charLength}}
{{row.location.physicalLocation.region.byteOffset}}
.properties
_stacks
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.location
_frames
.location.physicalLocation
_frames
location.physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.location.physicalLocation.fileLocation
_frames
location.physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
location.physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.location.physicalLocation.region
_frames
location.physicalLocation.region.startLine - The line number of the first character in the region.
location.physicalLocation.region.startColumn - The column number of the first character in the region.
location.physicalLocation.region.endLine - The line number of the last character in the region.
location.physicalLocation.region.endColumn - The column number of the character following the end of the region.
location.physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.region.charLength - The length of the region in characters.
location.physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.region.byteLength - The length of the region in bytes.
.location.physicalLocation.region.snippet
_frames
location.physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.region.message
_frames
location.physicalLocation.region.message.text - A plain text message string.
location.physicalLocation.region.message.messageId - The resource id for a plain text message string.
location.physicalLocation.region.message.richText - A rich text message string.
location.physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
location.physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.physicalLocation.contextRegion
_frames
location.physicalLocation.contextRegion.startLine - The line number of the first character in the region.
location.physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
location.physicalLocation.contextRegion.endLine - The line number of the last character in the region.
location.physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
location.physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
location.physicalLocation.contextRegion.charLength - The length of the region in characters.
location.physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
location.physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.location.physicalLocation.contextRegion.snippet
_frames
location.physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
location.physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.location.physicalLocation.contextRegion.message
_frames
location.physicalLocation.contextRegion.message.text - A plain text message string.
location.physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
location.physicalLocation.contextRegion.message.richText - A rich text message string.
location.physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
location.fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
location.physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.location.message
_frames
location.message.text - A plain text message string.
location.message.messageId - The resource id for a plain text message string.
location.message.richText - A rich text message string.
location.message.richMessageId - The resource id for a rich text message string.
location.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
location.annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.location.properties
_frames
module - The name of the module that contains the code of this stack frame.
threadId - The thread identifier of the stack frame.
address - The address of the method or function that is executing.
offset - The offset from the method or function that is executing.
location.properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
parameters The parameters of the call that is executing.
#
Values
Actions
{{$index+1}}.
.properties
_frames
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.message
_codeFlows
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
threadFlows An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
#
id
message.text
message.messageId
message.richText
message.richMessageId
Actions
{{$index+1}}.
{{row.id}}
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
.properties
_codeFlows
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - An string that uniquely identifies the threadFlow within the codeFlow in which it occurs.
.message
_threadFlows
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
locations A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.
#
physicalLocation.id
physicalLocation.fileLocation.uri
physicalLocation.fileLocation.uriBaseId
physicalLocation.region.startLine
physicalLocation.region.startColumn
physicalLocation.region.endLine
physicalLocation.region.endColumn
physicalLocation.region.charOffset
physicalLocation.region.charLength
physicalLocation.region.byteOffset
Actions
{{$index+1}}.
{{row.physicalLocation.id}}
{{row.physicalLocation.fileLocation.uri}}
{{row.physicalLocation.fileLocation.uriBaseId}}
{{row.physicalLocation.region.startLine}}
{{row.physicalLocation.region.startColumn}}
{{row.physicalLocation.region.endLine}}
{{row.physicalLocation.region.endColumn}}
{{row.physicalLocation.region.charOffset}}
{{row.physicalLocation.region.charLength}}
{{row.physicalLocation.region.byteOffset}}
.properties
_threadFlows
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
graphId - A string that uniquely identifies that graph being traversed.
.description
_graphTraversals
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.initialState
_graphTraversals
edgeTraversals The sequences of edges traversed by this graph traversal.
#
edgeId
message.text
message.messageId
message.richText
message.richMessageId
stepOverEdgeCount
Actions
{{$index+1}}.
{{row.edgeId}}
{{row.message.text}}
{{row.message.messageId}}
{{row.message.richText}}
{{row.message.richMessageId}}
{{row.stepOverEdgeCount}}
.properties
_graphTraversals
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
edgeId - Identifies the edge being traversed.
.message
_edgeTraversals
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.finalState
_edgeTraversals
stepOverEdgeCount - The number of edge traversals necessary to return from a nested graph.
.properties
_edgeTraversals
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.physicalLocation
_relatedLocations
physicalLocation.id - Value that distinguishes this physical location from all other physical locations in this run object.
.physicalLocation.fileLocation
_relatedLocations
physicalLocation.fileLocation.uri - A string containing a valid relative or absolute URI.
physicalLocation.fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.physicalLocation.region
_relatedLocations
physicalLocation.region.startLine - The line number of the first character in the region.
physicalLocation.region.startColumn - The column number of the first character in the region.
physicalLocation.region.endLine - The line number of the last character in the region.
physicalLocation.region.endColumn - The column number of the character following the end of the region.
physicalLocation.region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.region.charLength - The length of the region in characters.
physicalLocation.region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.region.byteLength - The length of the region in bytes.
.physicalLocation.region.snippet
_relatedLocations
physicalLocation.region.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.region.message
_relatedLocations
physicalLocation.region.message.text - A plain text message string.
physicalLocation.region.message.messageId - The resource id for a plain text message string.
physicalLocation.region.message.richText - A rich text message string.
physicalLocation.region.message.richMessageId - The resource id for a rich text message string.
physicalLocation.region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.physicalLocation.contextRegion
_relatedLocations
physicalLocation.contextRegion.startLine - The line number of the first character in the region.
physicalLocation.contextRegion.startColumn - The column number of the first character in the region.
physicalLocation.contextRegion.endLine - The line number of the last character in the region.
physicalLocation.contextRegion.endColumn - The column number of the character following the end of the region.
physicalLocation.contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
physicalLocation.contextRegion.charLength - The length of the region in characters.
physicalLocation.contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
physicalLocation.contextRegion.byteLength - The length of the region in bytes.
.physicalLocation.contextRegion.snippet
_relatedLocations
physicalLocation.contextRegion.snippet.text - UTF-8-encoded content from a text file.
physicalLocation.contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.physicalLocation.contextRegion.message
_relatedLocations
physicalLocation.contextRegion.message.text - A plain text message string.
physicalLocation.contextRegion.message.messageId - The resource id for a plain text message string.
physicalLocation.contextRegion.message.richText - A rich text message string.
physicalLocation.contextRegion.message.richMessageId - The resource id for a rich text message string.
fullyQualifiedLogicalName - The human-readable fully qualified name of the logical location. If run.logicalLocations is present, this value matches a property name within that object, from which further information about the logical location can be obtained.
physicalLocation.contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.message
_relatedLocations
message.text - A plain text message string.
message.messageId - The resource id for a plain text message string.
message.richText - A rich text message string.
message.richMessageId - The resource id for a rich text message string.
message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
annotations A set of regions relevant to the location.
#
startLine
startColumn
endLine
endColumn
charOffset
charLength
byteOffset
byteLength
snippet.text
snippet.binary
Actions
{{$index+1}}.
{{row.startLine}}
{{row.startColumn}}
{{row.endLine}}
{{row.endColumn}}
{{row.charOffset}}
{{row.charLength}}
{{row.byteOffset}}
{{row.byteLength}}
{{row.snippet.text}}
{{row.snippet.binary}}
.properties
_relatedLocations
properties.tags A set of distinct strings that provide additional information.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
id - Value that distinguishes this physical location from all other physical locations in this run object.
.fileLocation
_conversionProvenance
fileLocation.uri - A string containing a valid relative or absolute URI.
fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
.region
_conversionProvenance
region.startLine - The line number of the first character in the region.
region.startColumn - The column number of the first character in the region.
region.endLine - The line number of the last character in the region.
region.endColumn - The column number of the character following the end of the region.
region.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
region.charLength - The length of the region in characters.
region.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
region.byteLength - The length of the region in bytes.
.region.snippet
_conversionProvenance
region.snippet.text - UTF-8-encoded content from a text file.
region.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.region.message
_conversionProvenance
region.message.text - A plain text message string.
region.message.messageId - The resource id for a plain text message string.
region.message.richText - A rich text message string.
region.message.richMessageId - The resource id for a rich text message string.
region.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.contextRegion
_conversionProvenance
contextRegion.startLine - The line number of the first character in the region.
contextRegion.startColumn - The column number of the first character in the region.
contextRegion.endLine - The line number of the last character in the region.
contextRegion.endColumn - The column number of the character following the end of the region.
contextRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
contextRegion.charLength - The length of the region in characters.
contextRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
contextRegion.byteLength - The length of the region in bytes.
.contextRegion.snippet
_conversionProvenance
contextRegion.snippet.text - UTF-8-encoded content from a text file.
contextRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.contextRegion.message
_conversionProvenance
contextRegion.message.text - A plain text message string.
contextRegion.message.messageId - The resource id for a plain text message string.
contextRegion.message.richText - A rich text message string.
contextRegion.message.richMessageId - The resource id for a rich text message string.
contextRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
{{repoTitle.MainEntity}}
.description
_fixes
description.text - A plain text message string.
description.messageId - The resource id for a plain text message string.
description.richText - A rich text message string.
description.richMessageId - The resource id for a rich text message string.
description.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
fileChanges One or more file changes that comprise a fix for a result.
#
fileLocation.uri
fileLocation.uriBaseId
Actions
{{$index+1}}.
{{row.fileLocation.uri}}
{{row.fileLocation.uriBaseId}}
{{repoTitle.MainEntity}}
.fileLocation
_fileChanges
fileLocation.uri - A string containing a valid relative or absolute URI.
fileLocation.uriBaseId - A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
replacements An array of replacement objects, each of which represents the replacement of a single region in a single file specified by 'fileLocation'.
#
deletedRegion.startLine
deletedRegion.startColumn
deletedRegion.endLine
deletedRegion.endColumn
deletedRegion.charOffset
deletedRegion.charLength
deletedRegion.byteOffset
deletedRegion.byteLength
deletedRegion.snippet.text
deletedRegion.snippet.binary
Actions
{{$index+1}}.
{{row.deletedRegion.startLine}}
{{row.deletedRegion.startColumn}}
{{row.deletedRegion.endLine}}
{{row.deletedRegion.endColumn}}
{{row.deletedRegion.charOffset}}
{{row.deletedRegion.charLength}}
{{row.deletedRegion.byteOffset}}
{{row.deletedRegion.byteLength}}
{{row.deletedRegion.snippet.text}}
{{row.deletedRegion.snippet.binary}}
{{repoTitle.MainEntity}}
.deletedRegion
_replacements
deletedRegion.startLine - The line number of the first character in the region.
deletedRegion.startColumn - The column number of the first character in the region.
deletedRegion.endLine - The line number of the last character in the region.
deletedRegion.endColumn - The column number of the character following the end of the region.
deletedRegion.charOffset - The zero-based offset from the beginning of the file of the first character in the region.
deletedRegion.charLength - The length of the region in characters.
deletedRegion.byteOffset - The zero-based offset from the beginning of the file of the first byte in the region.
deletedRegion.byteLength - The length of the region in bytes.
.deletedRegion.snippet
_replacements
deletedRegion.snippet.text - UTF-8-encoded content from a text file.
deletedRegion.snippet.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
.deletedRegion.message
_replacements
deletedRegion.message.text - A plain text message string.
deletedRegion.message.messageId - The resource id for a plain text message string.
deletedRegion.message.richText - A rich text message string.
deletedRegion.message.richMessageId - The resource id for a rich text message string.
deletedRegion.message.arguments An array of strings to substitute into the message string.
#
Values
Actions
{{$index+1}}.
.insertedContent
_replacements
insertedContent.text - UTF-8-encoded content from a text file.
insertedContent.binary - MIME Base64-encoded content from a binary file, or from a text file in its original encoding.
Download Json
{{message}}