schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
anywork-ac-1.1.json
publishId
The `PUBLISH_ID` to use for this task.
{"type": "number", "default": 0}
anywork-ac-1.1.json
targetPath
The relative or absolute physical path of directory containing `packages.json` to install specified
{"type": "string"}
anywork-ac-1.1.json
buildId
The `BUILD_ID` to use for this task.
{"type": "number", "default": 0}
anywork-ac-1.1.json
generateId
The `GENERATE_ID` to use for this task.
{"type": "number", "default": 0}
anywork-ac-1.1.json
disable
Determines if this task is disabled.
{"type": "boolean", "default": true}
anywork-ac-1.1.json
ctype
type of configuration, means who will use this configuration.
{"type": "string"}
anywork-ac-1.1.json
cversion
Version of configuration. The reader will parse configuration based on this.
{"type": "integer", "default": 1}
semantic-release.json
extends
List of modules or file paths containing a shareable configuration. If multiple shareable configurations are set, they will be imported in the order defined with each configuration option taking precedence over the options defined in a previous shareable configuration
{"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string"}}]}
semantic-release.json
branches
The branches on which releases should happen.
{"oneOf": [{"type": "string"}, {}, {"type": "array", "items": {"anyOf": [{"type": "string"}, {}]}}], "default": ["+([0-9])?(.{+([0-9]),x}).x", "master", "next", "next-major", {"name": "beta", "prerelease": true}, {"name": "alpha", "prerelease": true}]}
semantic-release.json
repositoryUrl
The git repository URL
{"type": "string"}
semantic-release.json
tagFormat
The Git tag format used by semantic-release to identify releases. The tag name is generated with Lodash template and will be compiled with the version variable.
{"type": "string", "default": "v${version}"}
semantic-release.json
plugins
Define the list of plugins to use. Plugins will run in series, in the order defined
{"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "array"}]}, "default": ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github"]}
semantic-release.json
dryRun
The objective of the dry-run mode is to get a preview of the pending release. Dry-run mode skips the following steps: prepare, publish, success and fail. In addition to this it prints the next version and release notes to the console
{"type": "boolean"}
semantic-release.json
ci
Set to false to skip Continuous Integration environment verifications. This allows for making releases from a local machine
{"type": "boolean", "default": true}
vsix-publish.json
description
A description for the extension. Required if the extension is not a VSIX.
{"type": "string", "minLength": 1, "maxLength": 280}
vsix-publish.json
displayName
A display name for the extension. Required if the extension is not a VSIX.
{"type": "string", "minLength": 1, "maxLength": 80}
vsix-publish.json
icon
An icon for the extension. Required if the extension is not a VSIX. Can be relative to the current json file's directory.
{"type": "string", "minLength": 1}
vsix-publish.json
installTargets
A list of install targets for the extension. At least one is required if the extension is not a VSIX.
{"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "object", "required": ["sku", "version"], "properties": {"sku": {"type": "string", "enum": ["Microsoft.VisualStudio.Community", "Microsoft.VisualStudio.Enterprise", "Microsoft.VisualStudio.Express_All", "Microsoft.VisualStudio.IntegratedShell", "Microsoft.VisualStudio.Pro", "Microsoft.VisualStudio.TestProfessional", "Microsoft.VisualStudio.Ultimate", "Microsoft.VisualStudio.Premium", "Microsoft.VisualStudio.VBExpress", "Microsoft.VisualStudio.VCExpress", "Microsoft.VisualStudio.VCSExpress", "Microsoft.VisualStudio.VPDExpress", "Microsoft.VisualStudio.VSLS", "Microsoft.VisualStudio.VSWinExpress", "Microsoft.VisualStudio.VSWinDesktopExpress", "Microsoft.VisualStudio.VWDExpress"]}, "version": {"type": "string", "pattern": "^[0-9\\[\\(,. \\)\\]]+$"}}}}
vsix-publish.json
items
An installation target for the extension.
{"type": "object", "required": ["sku", "version"], "properties": {"sku": {"type": "string", "enum": ["Microsoft.VisualStudio.Community", "Microsoft.VisualStudio.Enterprise", "Microsoft.VisualStudio.Express_All", "Microsoft.VisualStudio.IntegratedShell", "Microsoft.VisualStudio.Pro", "Microsoft.VisualStudio.TestProfessional", "Microsoft.VisualStudio.Ultimate", "Microsoft.VisualStudio.Premium", "Microsoft.VisualStudio.VBExpress", "Microsoft.VisualStudio.VCExpress", "Microsoft.VisualStudio.VCSExpress", "Microsoft.VisualStudio.VPDExpress", "Microsoft.VisualStudio.VSLS", "Microsoft.VisualStudio.VSWinExpress", "Microsoft.VisualStudio.VSWinDesktopExpress", "Microsoft.VisualStudio.VWDExpress"]}, "version": {"type": "string", "pattern": "^[0-9\\[\\(,. \\)\\]]+$"}}}
vsix-publish.json
sku
The SKU name of the installation target.
{"type": "string", "enum": ["Microsoft.VisualStudio.Community", "Microsoft.VisualStudio.Enterprise", "Microsoft.VisualStudio.Express_All", "Microsoft.VisualStudio.IntegratedShell", "Microsoft.VisualStudio.Pro", "Microsoft.VisualStudio.TestProfessional", "Microsoft.VisualStudio.Ultimate", "Microsoft.VisualStudio.Premium", "Microsoft.VisualStudio.VBExpress", "Microsoft.VisualStudio.VCExpress", "Microsoft.VisualStudio.VCSExpress", "Microsoft.VisualStudio.VPDExpress", "Microsoft.VisualStudio.VSLS", "Microsoft.VisualStudio.VSWinExpress", "Microsoft.VisualStudio.VSWinDesktopExpress", "Microsoft.VisualStudio.VWDExpress"]}
vsix-publish.json
version
The version range of the install target that the extension can be installed to.
{"type": "string", "pattern": "^[0-9\\[\\(,. \\)\\]]+$"}
vsix-publish.json
internalName
The internal name of the extension. A marketplace extension is identified as 'publisherName'.'internalName'. Cannot contain spaces.
{"type": "string", "minLength": 1, "maxLength": 63, "pattern": "^[^\\s-]+$"}
vsix-publish.json
language
The default language the extension applies to. Must be a CLR locale code or an lcid code.
{"type": ["string", "number"], "pattern": "^(\\d{4})$|^([a-zA-Z]{2}(-[A-Za-z]{2})?)$|^neutral$"}
vsix-publish.json
tags
A list of tags for the extension.
{"type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 50}}
vsix-publish.json
items
A tag for the extension.
{"type": "string", "minLength": 1, "maxLength": 50}
vsix-publish.json
version
The version of the extension. Required if the extension is not a VSIX.
{"type": "string", "pattern": "^([0-9]+\\.){1,3}([0-9]+)$"}
vsix-publish.json
vsixId
The vsix identifier of the extension.
{"type": "string", "minLength": 1}
vsix-publish.json
assetFiles
A list of assets to include in the package sent to the marketplace.
{"type": "array", "items": {"type": "object", "required": ["pathOnDisk", "targetPath"], "properties": {"pathOnDisk": {"type": "string", "minLength": 1}, "targetPath": {"type": "string", "default": ""}}}}
vsix-publish.json
pathOnDisk
A path to the file to include in the package. Can be relative to the current json file's directory.
{"type": "string", "minLength": 1}
vsix-publish.json
targetPath
The path to embed the file in the package. This can be referenced from your overview file via an image link, for example
{"type": "string", "default": ""}
vsix-publish.json
categories
A list of categories that the extension applies to.
{"type": "array", "minItems": 1, "maxItems": 3, "uniqueItems": true, "items": {"anyOf": [{"type": "string", "minLength": 1}, {"enum": ["ajax", "build", "coding", "connected services", "data", "database", "documentation", "extension sdk", "framework and libraries", "lightswitch", "lightswitch controls", "lightswitch templates", "modelling", "office", "other", "other templates", "performance", "process templates", "programming languages", "reporting", "scaffolding", "security", "services", "setup and deployment", "sharepoint", "sharepoint controls", "sharepoint templates", "silverlight controls", "source control", "start pages", "team development", "testing", "visual studio extensions", "wcf", "web", "windows forms templates", "windows forms controls", "workflow", "wpf templates", "wpf controls", "xna"]}]}}
vsix-publish.json
items
A valid category on the marketplace that the extension applies to.
{"type": "string", "minLength": 1}
vsix-publish.json
overview
A path to a markdown file that will be displayed on the extension's page in the marketplace. The path can be relative to the current json file's path.
{"type": "string", "minLength": 1}
vsix-publish.json
priceCategory
The pricing model for the extension.
{"type": "string", "default": "free", "enum": ["free", "trial", "paid"]}
vsix-publish.json
publisher
The publisher of the extension. Must not be a display name of the publisher.
{"type": "string", "minLength": 1}
vsix-publish.json
private
If true, the extension will be uploaded as a private extension.
{"type": "boolean", "default": false}
vsix-publish.json
qna
If true, the extension will have a Q&A page on the marketplace.
{"type": "boolean", "default": true}
vsix-publish.json
repo
A URL that points to the GitHub repo for the extension.
{"type": "string", "format": "uri"}
sarif-2.1.0-rtm.4.json
Static Analysis Results Format (SARIF) Version 2.1.0-rtm.4 JSON Schema: a standard format for the output of static analysis tools.
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {"address": {"additionalProperties": false, "type": "object", "properties": {"absoluteAddress": {"type": "integer", "minimum": -1, "default": -1}, "relativeAddress": {"type": "integer"}, "length": {"type": "integer"}, "kind": {"type": "string"}, "name": {"type": "string"}, "fullyQualifiedName": {"type": "string"}, "offsetFromParent": {"type": "integer"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "parentIndex": {"type": "integer", "default": -1, "minimum": -1}, "properties": {}}}, "artifact": {"additionalProperties": false, "type": "object", "properties": {"location": {}, "parentIndex": {"type": "integer", "default": -1, "minimum": -1}, "offset": {"type": "integer", "minimum": 0}, "length": {"type": "integer", "default": -1, "minimum": -1}, "roles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"enum": ["analysisTarget", "attachment", "responseFile", "resultFile", "standardStream", "tracedFile", "unmodified", "modified", "added", "deleted", "renamed", "uncontrolled", "driver", "extension", "translation", "taxonomy", "policy", "referencedOnCommandLine", "memoryContents", "directory", "userSpecifiedConfiguration", "toolSpecifiedConfiguration", "debugOutputFile"]}}, "mimeType": {"type": "string", "pattern": "[^/]+/.+"}, "contents": {}, "encoding": {"type": "string"}, "sourceLanguage": {"type": "string"}, "hashes": {"type": "object", "additionalProperties": {"type": "string"}}, "lastModifiedTimeUtc": {"type": "string", "format": "date-time"}, "properties": {}}}, "artifactChange": {"additionalProperties": false, "type": "object", "properties": {"artifactLocation": {}, "replacements": {"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["artifactLocation", "replacements"]}, "artifactContent": {"type": "object", "additionalProperties": false, "properties": {"text": {"type": "string"}, "binary": {"type": "string"}, "rendered": {}, "properties": {}}}, "artifactLocation": {"additionalProperties": false, "type": "object", "properties": {"uri": {"type": "string", "format": "uri-reference"}, "uriBaseId": {"type": "string"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "properties": {}}}, "attachment": {"type": "object", "additionalProperties": false, "properties": {"artifactLocation": {}, "regions": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "rectangles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["artifactLocation"]}, "codeFlow": {"additionalProperties": false, "type": "object", "properties": {"message": {}, "threadFlows": {"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["threadFlows"]}, "configurationOverride": {"type": "object", "additionalProperties": false, "properties": {"configuration": {}, "descriptor": {}, "properties": {}}, "required": ["configuration", "descriptor"]}, "conversion": {"additionalProperties": false, "type": "object", "properties": {"tool": {}, "invocation": {}, "analysisToolLogFiles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["tool"]}, "edge": {"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string"}, "label": {}, "sourceNodeId": {"type": "string"}, "targetNodeId": {"type": "string"}, "properties": {}}, "required": ["id", "sourceNodeId", "targetNodeId"]}, "edgeTraversal": {"type": "object", "additionalProperties": false, "properties": {"edgeId": {"type": "string"}, "message": {}, "finalState": {"type": "object", "additionalProperties": {}}, "stepOverEdgeCount": {"type": "integer", "minimum": 0}, "properties": {}}, "required": ["edgeId"]}, "exception": {"type": "object", "additionalProperties": false, "properties": {"kind": {"type": "string"}, "message": {"type": "string"}, "stack": {}, "innerExceptions": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "properties": {}}}, "externalProperties": {"type": "object", "additionalProperties": false, "properties": {"schema": {"type": "string", "format": "uri"}, "version": {"enum": ["2.1.0"]}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "runGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "conversion": {}, "graphs": {"type": "array", "minItems": 0, "default": [], "uniqueItems": true, "items": {}}, "externalizedProperties": {}, "artifacts": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}, "invocations": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "logicalLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "threadFlowLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "results": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "taxonomies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "driver": {}, "extensions": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "policies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "translations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "addresses": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "webRequests": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "webResponses": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}}, "externalPropertyFileReference": {"type": "object", "additionalProperties": false, "properties": {"location": {}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "itemCount": {"type": "integer", "default": -1, "minimum": -1}, "properties": {}}, "anyOf": [{"required": ["location"]}, {"required": ["guid"]}]}, "externalPropertyFileReferences": {"additionalProperties": false, "type": "object", "properties": {"conversion": {}, "graphs": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "externalizedProperties": {}, "artifacts": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "invocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "logicalLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "threadFlowLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "results": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "taxonomies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "addresses": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "driver": {}, "extensions": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "policies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "translations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "webRequests": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "webResponses": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}}, "fix": {"additionalProperties": false, "type": "object", "properties": {"artifactChanges": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {}}, "properties": {}}, "required": ["artifactChanges"]}, "graph": {"type": "object", "additionalProperties": false, "properties": {"nodes": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "edges": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}}, "graphTraversal": {"type": "object", "additionalProperties": false, "properties": {"runGraphIndex": {"type": "integer", "default": -1, "minimum": -1}, "resultGraphIndex": {"type": "integer", "default": -1, "minimum": -1}, "initialState": {"type": "object", "additionalProperties": {}}, "immutableState": {"type": "object", "additionalProperties": {}}, "edgeTraversals": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "properties": {}}, "oneOf": [{"required": ["runGraphIndex"]}, {"required": ["resultGraphIndex"]}]}, "invocation": {"additionalProperties": false, "type": "object", "properties": {"commandLine": {"type": "string"}, "arguments": {"type": "array", "minItems": 0, "uniqueItems": false, "items": {"type": "string"}}, "responseFiles": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}, "startTimeUtc": {"type": "string", "format": "date-time"}, "endTimeUtc": {"type": "string", "format": "date-time"}, "exitCode": {"type": "integer"}, "ruleConfigurationOverrides": {"type": "array", "minItems": 0, "default": [], "uniqueItems": true, "items": {}}, "notificationConfigurationOverrides": {"type": "array", "minItems": 0, "default": [], "uniqueItems": true, "items": {}}, "toolExecutionNotifications": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "toolConfigurationNotifications": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "exitCodeDescription": {"type": "string"}, "exitSignalName": {"type": "string"}, "exitSignalNumber": {"type": "integer"}, "processStartFailureMessage": {"type": "string"}, "executionSuccessful": {"type": "boolean"}, "machine": {"type": "string"}, "account": {"type": "string"}, "processId": {"type": "integer"}, "executableLocation": {}, "workingDirectory": {}, "environmentVariables": {"type": "object", "additionalProperties": {"type": "string"}}, "stdin": {}, "stdout": {}, "stderr": {}, "stdoutStderr": {}, "properties": {}}, "required": ["executionSuccessful"]}, "location": {"additionalProperties": false, "type": "object", "properties": {"id": {"type": "integer", "minimum": -1, "default": -1}, "physicalLocation": {}, "logicalLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "message": {}, "annotations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "relationships": {"type": "array", "default": [], "minItems": 0, "uniqueItems": true, "items": {}}, "properties": {}}}, "locationRelationship": {"type": "object", "additionalProperties": false, "properties": {"target": {"type": "integer", "minimum": 0}, "kinds": {"type": "array", "default": ["relevant"], "uniqueItems": true, "items": {"type": "string"}}, "properties": {}}, "required": ["target"]}, "logicalLocation": {"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "fullyQualifiedName": {"type": "string"}, "decoratedName": {"type": "string"}, "parentIndex": {"type": "integer", "default": -1, "minimum": -1}, "kind": {"type": "string"}, "properties": {}}}, "message": {"type": "object", "additionalProperties": false, "properties": {"text": {"type": "string"}, "markdown": {"type": "string"}, "id": {"type": "string"}, "arguments": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {"type": "string"}}, "properties": {}}, "anyOf": [{"required": ["text"]}, {"required": ["id"]}]}, "multiformatMessageString": {"type": "object", "additionalProperties": false, "properties": {"text": {"type": "string"}, "markdown": {"type": "string"}, "properties": {}}, "required": ["text"]}, "node": {"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string"}, "label": {}, "location": {}, "children": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["id"]}, "notification": {"type": "object", "additionalProperties": false, "properties": {"locations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "message": {}, "level": {"default": "warning", "enum": ["none", "note", "warning", "error"]}, "threadId": {"type": "integer"}, "timeUtc": {"type": "string", "format": "date-time"}, "exception": {}, "descriptor": {}, "associatedRule": {}, "properties": {}}, "required": ["message"]}, "physicalLocation": {"additionalProperties": false, "type": "object", "properties": {"address": {}, "artifactLocation": {}, "region": {}, "contextRegion": {}, "properties": {}}, "anyOf": [{"required": ["address"]}, {"required": ["artifactLocation"]}]}, "propertyBag": {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"type": "string"}}}}, "rectangle": {"additionalProperties": false, "type": "object", "properties": {"top": {"type": "number"}, "left": {"type": "number"}, "bottom": {"type": "number"}, "right": {"type": "number"}, "message": {}, "properties": {}}}, "region": {"additionalProperties": false, "type": "object", "properties": {"startLine": {"type": "integer", "minimum": 1}, "startColumn": {"type": "integer", "minimum": 1}, "endLine": {"type": "integer", "minimum": 1}, "endColumn": {"type": "integer", "minimum": 1}, "charOffset": {"type": "integer", "default": -1, "minimum": -1}, "charLength": {"type": "integer", "minimum": 0}, "byteOffset": {"type": "integer", "default": -1, "minimum": -1}, "byteLength": {"type": "integer", "minimum": 0}, "snippet": {}, "message": {}, "sourceLanguage": {"type": "string"}, "properties": {}}}, "replacement": {"additionalProperties": false, "type": "object", "properties": {"deletedRegion": {}, "insertedContent": {}, "properties": {}}, "required": ["deletedRegion"]}, "reportingDescriptor": {"additionalProperties": false, "type": "object", "properties": {"id": {"type": "string"}, "deprecatedIds": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {"type": "string"}}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "deprecatedGuids": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}}, "name": {"type": "string"}, "deprecatedNames": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {"type": "string"}}, "shortDescription": {}, "fullDescription": {}, "messageStrings": {"type": "object", "additionalProperties": {}}, "defaultConfiguration": {}, "helpUri": {"type": "string", "format": "uri"}, "help": {}, "relationships": {"type": "array", "default": [], "minItems": 0, "uniqueItems": true, "items": {}}, "properties": {}}, "required": ["id"]}, "reportingConfiguration": {"type": "object", "additionalProperties": false, "properties": {"enabled": {"type": "boolean", "default": true}, "level": {"default": "warning", "enum": ["none", "note", "warning", "error"]}, "rank": {"type": "number", "default": -1, "minimum": -1, "maximum": 100}, "parameters": {}, "properties": {}}}, "reportingDescriptorReference": {"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "toolComponent": {}, "properties": {}}, "anyOf": [{"required": ["index"]}, {"required": ["guid"]}, {"required": ["id"]}]}, "reportingDescriptorRelationship": {"type": "object", "additionalProperties": false, "properties": {"target": {}, "kinds": {"type": "array", "default": ["relevant"], "uniqueItems": true, "items": {"type": "string"}}, "properties": {}}, "required": ["target"]}, "result": {"additionalProperties": false, "type": "object", "properties": {"ruleId": {"type": "string"}, "ruleIndex": {"type": "integer", "default": -1, "minimum": -1}, "rule": {}, "kind": {"default": "fail", "enum": ["notApplicable", "pass", "fail", "review", "open", "informational"]}, "level": {"default": "warning", "enum": ["none", "note", "warning", "error"]}, "message": {}, "analysisTarget": {}, "locations": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "correlationGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "occurrenceCount": {"type": "integer", "minimum": 1}, "partialFingerprints": {"type": "object", "additionalProperties": {"type": "string"}}, "fingerprints": {"type": "object", "additionalProperties": {"type": "string"}}, "stacks": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "codeFlows": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "graphs": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "graphTraversals": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "relatedLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "suppressions": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}, "baselineState": {"enum": ["new", "unchanged", "updated", "absent"]}, "rank": {"type": "number", "default": -1, "minimum": -1, "maximum": 100}, "attachments": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "hostedViewerUri": {"type": "string", "format": "uri"}, "workItemUris": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {"type": "string", "format": "uri"}}, "provenance": {}, "fixes": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "taxa": {"type": "array", "default": [], "minItems": 0, "uniqueItems": true, "items": {}}, "webRequest": {}, "webResponse": {}, "properties": {}}, "required": ["message"]}, "resultProvenance": {"additionalProperties": false, "type": "object", "properties": {"firstDetectionTimeUtc": {"type": "string", "format": "date-time"}, "lastDetectionTimeUtc": {"type": "string", "format": "date-time"}, "firstDetectionRunGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "lastDetectionRunGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "invocationIndex": {"type": "integer", "default": -1, "minimum": -1}, "conversionSources": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}}, "run": {"additionalProperties": false, "type": "object", "properties": {"tool": {}, "invocations": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "conversion": {}, "language": {"type": "string", "default": "en-US", "pattern": "^[a-zA-Z]{2}|^[a-zA-Z]{2}-[a-zA-Z]{2}?$"}, "versionControlProvenance": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "originalUriBaseIds": {"type": "object", "additionalProperties": {}}, "artifacts": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}, "logicalLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "graphs": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "results": {"type": "array", "minItems": 0, "uniqueItems": false, "items": {}}, "automationDetails": {}, "runAggregates": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "baselineGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "redactionTokens": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"type": "string"}}, "defaultEncoding": {"type": "string"}, "defaultSourceLanguage": {"type": "string"}, "newlineSequences": {"type": "array", "minItems": 1, "uniqueItems": true, "default": ["\r\n", "\n"], "items": {"type": "string"}}, "columnKind": {"enum": ["utf16CodeUnits", "unicodeCodePoints"]}, "externalPropertyFileReferences": {}, "threadFlowLocations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "taxonomies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "addresses": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}}, "translations": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "policies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "webRequests": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "webResponses": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "specialLocations": {}, "properties": {}}, "required": ["tool"]}, "runAutomationDetails": {"additionalProperties": false, "type": "object", "properties": {"id": {"type": "string"}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "correlationGuid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "properties": {}}}, "specialLocations": {"type": "object", "additionalProperties": false, "properties": {"displayBase": {}, "properties": {}}}, "stack": {"additionalProperties": false, "type": "object", "properties": {"message": {}, "frames": {"type": "array", "minItems": 0, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["frames"]}, "stackFrame": {"additionalProperties": false, "type": "object", "properties": {"location": {}, "module": {"type": "string"}, "threadId": {"type": "integer"}, "parameters": {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {"type": "string", "default": []}}, "properties": {}}}, "suppression": {"additionalProperties": false, "type": "object", "properties": {"guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "kind": {"enum": ["inSource", "external"]}, "state": {"enum": ["accepted", "underReview", "rejected"]}, "justification": {"type": "string"}, "location": {}, "properties": {}}, "required": ["kind"]}, "threadFlow": {"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string"}, "message": {}, "initialState": {"type": "object", "additionalProperties": {}}, "immutableState": {"type": "object", "additionalProperties": {}}, "locations": {"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["locations"]}, "threadFlowLocation": {"additionalProperties": false, "type": "object", "properties": {"index": {"type": "integer", "default": -1, "minimum": -1}, "location": {}, "stack": {}, "kinds": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"type": "string"}}, "taxa": {"type": "array", "default": [], "minItems": 0, "uniqueItems": true, "items": {}}, "module": {"type": "string"}, "state": {"type": "object", "additionalProperties": {}}, "nestingLevel": {"type": "integer", "minimum": 0}, "executionOrder": {"type": "integer", "default": -1, "minimum": -1}, "executionTimeUtc": {"type": "string", "format": "date-time"}, "importance": {"enum": ["important", "essential", "unimportant"], "default": "important"}, "webRequest": {}, "webResponse": {}, "properties": {}}}, "tool": {"additionalProperties": false, "type": "object", "properties": {"driver": {}, "extensions": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["driver"]}, "toolComponent": {"additionalProperties": false, "type": "object", "properties": {"guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "name": {"type": "string"}, "organization": {"type": "string"}, "product": {"type": "string"}, "productSuite": {"type": "string"}, "shortDescription": {}, "fullDescription": {}, "fullName": {"type": "string"}, "version": {"type": "string"}, "semanticVersion": {"type": "string"}, "dottedQuadFileVersion": {"type": "string", "pattern": "[0-9]+(\\.[0-9]+){3}"}, "releaseDateUtc": {"type": "string"}, "downloadUri": {"type": "string", "format": "uri"}, "informationUri": {"type": "string", "format": "uri"}, "globalMessageStrings": {"type": "object", "additionalProperties": {}}, "notifications": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "rules": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "taxa": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "locations": {"type": "array", "minItems": 0, "default": [], "items": {}}, "language": {"type": "string", "default": "en-US", "pattern": "^[a-zA-Z]{2}|^[a-zA-Z]{2}-[a-zA-Z]{2}?$"}, "contents": {"type": "array", "uniqueItems": true, "default": ["localizedData", "nonLocalizedData"], "items": {"enum": ["localizedData", "nonLocalizedData"]}}, "isComprehensive": {"type": "boolean", "default": false}, "localizedDataSemanticVersion": {"type": "string"}, "minimumRequiredLocalizedDataSemanticVersion": {"type": "string"}, "associatedComponent": {}, "translationMetadata": {}, "supportedTaxonomies": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["name"]}, "toolComponentReference": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "guid": {"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}, "properties": {}}}, "translationMetadata": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "shortDescription": {}, "fullDescription": {}, "downloadUri": {"type": "string", "format": "uri"}, "informationUri": {"type": "string", "format": "uri"}, "properties": {}}, "required": ["name"]}, "versionControlDetails": {"type": "object", "additionalProperties": false, "properties": {"repositoryUri": {"type": "string", "format": "uri"}, "revisionId": {"type": "string"}, "branch": {"type": "string"}, "revisionTag": {"type": "string"}, "asOfTimeUtc": {"type": "string", "format": "date-time"}, "mappedTo": {}, "properties": {}}, "required": ["repositoryUri"]}, "webRequest": {"type": "object", "additionalProperties": false, "properties": {"index": {"type": "integer", "default": -1, "minimum": -1}, "protocol": {"type": "string"}, "version": {"type": "string"}, "target": {"type": "string"}, "method": {"type": "string"}, "headers": {"type": "object", "additionalProperties": {"type": "string"}}, "parameters": {"type": "object", "additionalProperties": {"type": "string"}}, "body": {}, "properties": {}}}, "webResponse": {"type": "object", "additionalProperties": false, "properties": {"index": {"type": "integer", "default": -1, "minimum": -1}, "protocol": {"type": "string"}, "version": {"type": "string"}, "statusCode": {"type": "integer"}, "reasonPhrase": {"type": "string"}, "headers": {"type": "object", "additionalProperties": {"type": "string"}}, "body": {}, "noResponseReceived": {"type": "boolean", "default": false}, "properties": {}}}}, "properties": {"$schema": {"type": "string", "format": "uri"}, "version": {"enum": ["2.1.0"]}, "runs": {"type": "array", "minItems": 0, "uniqueItems": false, "items": {}}, "inlineExternalProperties": {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}, "properties": {}}, "required": ["version", "runs"], "type": "object"}
sarif-2.1.0-rtm.4.json
address
A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).
{"additionalProperties": false, "type": "object", "properties": {"absoluteAddress": {"type": "integer", "minimum": -1, "default": -1}, "relativeAddress": {"type": "integer"}, "length": {"type": "integer"}, "kind": {"type": "string"}, "name": {"type": "string"}, "fullyQualifiedName": {"type": "string"}, "offsetFromParent": {"type": "integer"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "parentIndex": {"type": "integer", "default": -1, "minimum": -1}, "properties": {}}}
sarif-2.1.0-rtm.4.json
absoluteAddress
The address expressed as a byte offset from the start of the addressable region.
{"type": "integer", "minimum": -1, "default": -1}
sarif-2.1.0-rtm.4.json
relativeAddress
The address expressed as a byte offset from the absolute address of the top-most parent object.
{"type": "integer"}
sarif-2.1.0-rtm.4.json
length
The number of bytes in this range of addresses.
{"type": "integer"}
sarif-2.1.0-rtm.4.json
kind
An open-ended string that identifies the address kind. 'data', 'function', 'header','instruction', 'module', 'page', 'section', 'segment', 'stack', 'stackFrame', 'table' are well-known values.
{"type": "string"}
sarif-2.1.0-rtm.4.json
name
A name that is associated with the address, e.g., '.text'.
{"type": "string"}
sarif-2.1.0-rtm.4.json
fullyQualifiedName
A human-readable fully qualified name that is associated with the address.
{"type": "string"}
sarif-2.1.0-rtm.4.json
offsetFromParent
The byte offset of this address from the absolute or relative address of the parent object.
{"type": "integer"}
sarif-2.1.0-rtm.4.json
index
The index within run.addresses of the cached object for this address.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0-rtm.4.json
parentIndex
The index within run.addresses of the parent object.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the address.
{}
sarif-2.1.0-rtm.4.json
artifact
A single artifact. In some cases, this artifact might be nested within another artifact.
{"additionalProperties": false, "type": "object", "properties": {"location": {}, "parentIndex": {"type": "integer", "default": -1, "minimum": -1}, "offset": {"type": "integer", "minimum": 0}, "length": {"type": "integer", "default": -1, "minimum": -1}, "roles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"enum": ["analysisTarget", "attachment", "responseFile", "resultFile", "standardStream", "tracedFile", "unmodified", "modified", "added", "deleted", "renamed", "uncontrolled", "driver", "extension", "translation", "taxonomy", "policy", "referencedOnCommandLine", "memoryContents", "directory", "userSpecifiedConfiguration", "toolSpecifiedConfiguration", "debugOutputFile"]}}, "mimeType": {"type": "string", "pattern": "[^/]+/.+"}, "contents": {}, "encoding": {"type": "string"}, "sourceLanguage": {"type": "string"}, "hashes": {"type": "object", "additionalProperties": {"type": "string"}}, "lastModifiedTimeUtc": {"type": "string", "format": "date-time"}, "properties": {}}}
sarif-2.1.0-rtm.4.json
description
A short description of the artifact.
{}
sarif-2.1.0-rtm.4.json
location
The location of the artifact.
{}
sarif-2.1.0-rtm.4.json
parentIndex
Identifies the index of the immediate parent of the artifact, if this artifact is nested.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0-rtm.4.json
offset
The offset in bytes of the artifact within its containing artifact.
{"type": "integer", "minimum": 0}
sarif-2.1.0-rtm.4.json
length
The length of the artifact in bytes.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0-rtm.4.json
roles
The role or roles played by the artifact in the analysis.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {"enum": ["analysisTarget", "attachment", "responseFile", "resultFile", "standardStream", "tracedFile", "unmodified", "modified", "added", "deleted", "renamed", "uncontrolled", "driver", "extension", "translation", "taxonomy", "policy", "referencedOnCommandLine", "memoryContents", "directory", "userSpecifiedConfiguration", "toolSpecifiedConfiguration", "debugOutputFile"]}}
sarif-2.1.0-rtm.4.json
mimeType
The MIME type (RFC 2045) of the artifact.
{"type": "string", "pattern": "[^/]+/.+"}
sarif-2.1.0-rtm.4.json
contents
The contents of the artifact.
{}
sarif-2.1.0-rtm.4.json
encoding
Specifies the encoding for an artifact object that refers to a text file.
{"type": "string"}
sarif-2.1.0-rtm.4.json
sourceLanguage
Specifies the source language for any artifact object that refers to a text file that contains source code.
{"type": "string"}
sarif-2.1.0-rtm.4.json
hashes
A dictionary, each of whose keys is the name of a hash function and each of whose values is the hashed value of the artifact produced by the specified hash function.
{"type": "object", "additionalProperties": {"type": "string"}}
sarif-2.1.0-rtm.4.json
lastModifiedTimeUtc
The Coordinated Universal Time (UTC) date and time at which the artifact was most recently modified. See "Date/time properties" in the SARIF spec for the required format.
{"type": "string", "format": "date-time"}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the artifact.
{}
sarif-2.1.0-rtm.4.json
artifactChange
A change to a single artifact.
{"additionalProperties": false, "type": "object", "properties": {"artifactLocation": {}, "replacements": {"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["artifactLocation", "replacements"]}
sarif-2.1.0-rtm.4.json
artifactLocation
The location of the artifact to change.
{}
sarif-2.1.0-rtm.4.json
replacements
An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.
{"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the change.
{}
sarif-2.1.0-rtm.4.json
artifactContent
Represents the contents of an artifact.
{"type": "object", "additionalProperties": false, "properties": {"text": {"type": "string"}, "binary": {"type": "string"}, "rendered": {}, "properties": {}}}
sarif-2.1.0-rtm.4.json
text
UTF-8-encoded content from a text artifact.
{"type": "string"}
sarif-2.1.0-rtm.4.json
binary
MIME Base64-encoded content from a binary artifact, or from a text artifact in its original encoding.
{"type": "string"}
sarif-2.1.0-rtm.4.json
rendered
An alternate rendered representation of the artifact (e.g., a decompiled representation of a binary region).
{}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the artifact content.
{}
sarif-2.1.0-rtm.4.json
artifactLocation
Specifies the location of an artifact.
{"additionalProperties": false, "type": "object", "properties": {"uri": {"type": "string", "format": "uri-reference"}, "uriBaseId": {"type": "string"}, "index": {"type": "integer", "default": -1, "minimum": -1}, "properties": {}}}
sarif-2.1.0-rtm.4.json
uri
A string containing a valid relative or absolute URI.
{"type": "string", "format": "uri-reference"}
sarif-2.1.0-rtm.4.json
uriBaseId
A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
{"type": "string"}
sarif-2.1.0-rtm.4.json
index
The index within the run artifacts array of the artifact object associated with the artifact location.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0-rtm.4.json
description
A short description of the artifact location.
{}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the artifact location.
{}
sarif-2.1.0-rtm.4.json
attachment
An artifact relevant to a result.
{"type": "object", "additionalProperties": false, "properties": {"artifactLocation": {}, "regions": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "rectangles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["artifactLocation"]}
sarif-2.1.0-rtm.4.json
description
A message describing the role played by the attachment.
{}
sarif-2.1.0-rtm.4.json
artifactLocation
The location of the attachment.
{}
sarif-2.1.0-rtm.4.json
regions
An array of regions of interest within the attachment.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0-rtm.4.json
rectangles
An array of rectangles specifying areas of interest within the image.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the attachment.
{}
sarif-2.1.0-rtm.4.json
codeFlow
A set of threadFlows which together describe a pattern of code execution relevant to detecting a result.
{"additionalProperties": false, "type": "object", "properties": {"message": {}, "threadFlows": {"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}, "properties": {}}, "required": ["threadFlows"]}
sarif-2.1.0-rtm.4.json
message
A message relevant to the code flow.
{}
sarif-2.1.0-rtm.4.json
threadFlows
An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
{"type": "array", "minItems": 1, "uniqueItems": false, "items": {}}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the code flow.
{}
sarif-2.1.0-rtm.4.json
configurationOverride
Information about how a specific rule or notification was reconfigured at runtime.
{"type": "object", "additionalProperties": false, "properties": {"configuration": {}, "descriptor": {}, "properties": {}}, "required": ["configuration", "descriptor"]}
sarif-2.1.0-rtm.4.json
configuration
Specifies how the rule or notification was configured during the scan.
{}
sarif-2.1.0-rtm.4.json
descriptor
A reference used to locate the descriptor whose configuration was overridden.
{}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the configuration override.
{}
sarif-2.1.0-rtm.4.json
conversion
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
{"additionalProperties": false, "type": "object", "properties": {"tool": {}, "invocation": {}, "analysisToolLogFiles": {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}, "properties": {}}, "required": ["tool"]}
sarif-2.1.0-rtm.4.json
tool
A tool object that describes the converter.
{}
sarif-2.1.0-rtm.4.json
invocation
An invocation object that describes the invocation of the converter.
{}
sarif-2.1.0-rtm.4.json
analysisToolLogFiles
The locations of the analysis tool's per-run log files.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the conversion.
{}
sarif-2.1.0-rtm.4.json
edge
Represents a directed edge in a graph.
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string"}, "label": {}, "sourceNodeId": {"type": "string"}, "targetNodeId": {"type": "string"}, "properties": {}}, "required": ["id", "sourceNodeId", "targetNodeId"]}
sarif-2.1.0-rtm.4.json
id
A string that uniquely identifies the edge within its graph.
{"type": "string"}