schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
sarif-2.1.0.json
driver
The analysis tool that was run.
{}
sarif-2.1.0.json
extensions
Tool extensions that contributed to or reconfigured the analysis tool that was run.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the tool.
{}
sarif-2.1.0.json
toolComponent
A component, such as a plug-in or the driver, of the analysis tool that was run.
{"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"]}
sarif-2.1.0.json
guid
A unique identifer for the tool component in the form of a 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}$"}
sarif-2.1.0.json
name
The name of the tool component.
{"type": "string"}
sarif-2.1.0.json
organization
The organization or company that produced the tool component.
{"type": "string"}
sarif-2.1.0.json
product
A product suite to which the tool component belongs.
{"type": "string"}
sarif-2.1.0.json
productSuite
A localizable string containing the name of the suite of products to which the tool component belongs.
{"type": "string"}
sarif-2.1.0.json
shortDescription
A brief description of the tool component.
{}
sarif-2.1.0.json
fullDescription
A comprehensive description of the tool component.
{}
sarif-2.1.0.json
fullName
The name of the tool component along with its version and any other useful identifying information, such as its locale.
{"type": "string"}
sarif-2.1.0.json
version
The tool component version, in whatever format the component natively provides.
{"type": "string"}
sarif-2.1.0.json
semanticVersion
The tool component version in the format specified by Semantic Versioning 2.0.
{"type": "string"}
sarif-2.1.0.json
dottedQuadFileVersion
The binary version of the tool component's primary executable file expressed as four non-negative integers separated by a period (for operating systems that express file versions in this way).
{"type": "string", "pattern": "[0-9]+(\\.[0-9]+){3}"}
sarif-2.1.0.json
releaseDateUtc
A string specifying the UTC date (and optionally, the time) of the component's release.
{"type": "string"}
sarif-2.1.0.json
downloadUri
The absolute URI from which the tool component can be downloaded.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
informationUri
The absolute URI at which information about this version of the tool component can be found.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
globalMessageStrings
A dictionary, each of whose keys is a resource identifier and each of whose values is a multiformatMessageString object, which holds message strings in plain text and (optionally) Markdown format. The strings can include placeholders, which can be used to construct a message in combination with an arbitrary number of additional string arguments.
{"type": "object", "additionalProperties": {}}
sarif-2.1.0.json
notifications
An array of reportingDescriptor objects relevant to the notifications related to the configuration and runtime execution of the tool component.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0.json
rules
An array of reportingDescriptor objects relevant to the analysis performed by the tool component.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0.json
taxa
An array of reportingDescriptor objects relevant to the definitions of both standalone and tool-defined taxonomies.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0.json
locations
An array of the artifactLocation objects associated with the tool component.
{"type": "array", "minItems": 0, "default": [], "items": {}}
sarif-2.1.0.json
language
The language of the messages emitted into the log file during this run (expressed as an ISO 639-1 two-letter lowercase language code) and an optional region (expressed as an ISO 3166-1 two-letter uppercase subculture code associated with a country or region). The casing is recommended but not required (in order for this data to conform to RFC5646).
{"type": "string", "default": "en-US", "pattern": "^[a-zA-Z]{2}|^[a-zA-Z]{2}-[a-zA-Z]{2}?$"}
sarif-2.1.0.json
contents
The kinds of data contained in this object.
{"type": "array", "uniqueItems": true, "default": ["localizedData", "nonLocalizedData"], "items": {"enum": ["localizedData", "nonLocalizedData"]}}
sarif-2.1.0.json
isComprehensive
Specifies whether this object contains a complete definition of the localizable and/or non-localizable data for this component, as opposed to including only data that is relevant to the results persisted to this log file.
{"type": "boolean", "default": false}
sarif-2.1.0.json
localizedDataSemanticVersion
The semantic version of the localized strings defined in this component; maintained by components that provide translations.
{"type": "string"}
sarif-2.1.0.json
minimumRequiredLocalizedDataSemanticVersion
The minimum value of localizedDataSemanticVersion required in translations consumed by this component; used by components that consume translations.
{"type": "string"}
sarif-2.1.0.json
associatedComponent
The component which is strongly associated with this component. For a translation, this refers to the component which has been translated. For an extension, this is the driver that provides the extension's plugin model.
{}
sarif-2.1.0.json
translationMetadata
Translation metadata, required for a translation, not populated by other component types.
{}
sarif-2.1.0.json
supportedTaxonomies
An array of toolComponentReference objects to declare the taxonomies supported by the tool component.
{"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the tool component.
{}
sarif-2.1.0.json
toolComponentReference
Identifies a particular toolComponent object, either the driver or an extension.
{"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": {}}}
sarif-2.1.0.json
name
The 'name' property of the referenced toolComponent.
{"type": "string"}
sarif-2.1.0.json
index
An index into the referenced toolComponent in tool.extensions.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0.json
guid
The 'guid' property of the referenced toolComponent.
{"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}$"}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the toolComponentReference.
{}
sarif-2.1.0.json
translationMetadata
Provides additional metadata related to translation.
{"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"]}
sarif-2.1.0.json
name
The name associated with the translation metadata.
{"type": "string"}
sarif-2.1.0.json
fullName
The full name associated with the translation metadata.
{"type": "string"}
sarif-2.1.0.json
shortDescription
A brief description of the translation metadata.
{}
sarif-2.1.0.json
fullDescription
A comprehensive description of the translation metadata.
{}
sarif-2.1.0.json
downloadUri
The absolute URI from which the translation metadata can be downloaded.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
informationUri
The absolute URI from which information related to the translation metadata can be downloaded.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the translation metadata.
{}
sarif-2.1.0.json
versionControlDetails
Specifies the information necessary to retrieve a desired revision from a version control system.
{"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"]}
sarif-2.1.0.json
repositoryUri
The absolute URI of the repository.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
revisionId
A string that uniquely and permanently identifies the revision within the repository.
{"type": "string"}
sarif-2.1.0.json
branch
The name of a branch containing the revision.
{"type": "string"}
sarif-2.1.0.json
revisionTag
A tag that has been applied to the revision.
{"type": "string"}
sarif-2.1.0.json
asOfTimeUtc
A Coordinated Universal Time (UTC) date and time that can be used to synchronize an enlistment to the state of the repository at that time.
{"type": "string", "format": "date-time"}
sarif-2.1.0.json
mappedTo
The location in the local file system to which the root of the repository was mapped at the time of the analysis.
{}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the version control details.
{}
sarif-2.1.0.json
webRequest
Describes an HTTP request.
{"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": {}}}
sarif-2.1.0.json
index
The index within the run.webRequests array of the request object associated with this result.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0.json
protocol
The request protocol. Example: 'http'.
{"type": "string"}
sarif-2.1.0.json
version
The request version. Example: '1.1'.
{"type": "string"}
sarif-2.1.0.json
target
The target of the request.
{"type": "string"}
sarif-2.1.0.json
method
The HTTP method. Well-known values are 'GET', 'PUT', 'POST', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT'.
{"type": "string"}
sarif-2.1.0.json
headers
The request headers.
{"type": "object", "additionalProperties": {"type": "string"}}
sarif-2.1.0.json
parameters
The request parameters.
{"type": "object", "additionalProperties": {"type": "string"}}
sarif-2.1.0.json
body
The body of the request.
{}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the request.
{}
sarif-2.1.0.json
webResponse
Describes the response to an HTTP request.
{"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": {}}}
sarif-2.1.0.json
index
The index within the run.webResponses array of the response object associated with this result.
{"type": "integer", "default": -1, "minimum": -1}
sarif-2.1.0.json
protocol
The response protocol. Example: 'http'.
{"type": "string"}
sarif-2.1.0.json
version
The response version. Example: '1.1'.
{"type": "string"}
sarif-2.1.0.json
statusCode
The response status code. Example: 451.
{"type": "integer"}
sarif-2.1.0.json
reasonPhrase
The response reason. Example: 'Not found'.
{"type": "string"}
sarif-2.1.0.json
headers
The response headers.
{"type": "object", "additionalProperties": {"type": "string"}}
sarif-2.1.0.json
body
The body of the response.
{}
sarif-2.1.0.json
noResponseReceived
Specifies whether a response was received from the server.
{"type": "boolean", "default": false}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the response.
{}
sarif-2.1.0.json
$schema
The URI of the JSON schema corresponding to the version.
{"type": "string", "format": "uri"}
sarif-2.1.0.json
version
The SARIF format version of this log file.
{"enum": ["2.1.0"]}
sarif-2.1.0.json
runs
The set of runs contained in this log file.
{"type": "array", "minItems": 0, "uniqueItems": false, "items": {}}
sarif-2.1.0.json
inlineExternalProperties
References to external property files that share data between runs.
{"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}
sarif-2.1.0.json
properties
Key/value pairs that provide additional information about the log file.
{}
travis.json
fast_finish
If some rows in the build matrix are allowed to fail, the build won't be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true
{"type": "boolean"}
travis.json
stage
The name of the build stage
{"type": "string", "default": "test"}
travis.json
stage
The name of the build stage
{"type": "string", "default": "test"}
travis.json
fast_finish
If some rows in the build matrix are allowed to fail, the build won't be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true
{"type": "boolean"}
travis.json
stages
Specifies the order of build stages
{"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "if": {"type": "string"}}}]}}
travis.json
if
Specifies a condition for the stage
{"type": "string"}
travis.json
version
Build config specification version
{"type": "string", "pattern": "^(~>|>|>=|=|<=|<) (\\d+(?:\\.\\d+)?(?:\\.\\d+)?)$"}
travis.json
import
Import YAML config snippets that can be shared across repositories.
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {}}, {}]}
travis.json
slackRoom
Your account name, token and optional channel
{"oneOf": [{"type": "string", "pattern": ".+:.+(#.+)?"}, {}]}
travis.json
solution
When the optional solution key is present, Travis will run NuGet package restore and build the given solution.
{"type": "string"}
travis.json
podfile
By default, Travis CI will assume that your Podfile is in the root of the repository. If this is not the case, you can specify where the Podfile is
{"type": "string"}
travis.json
brew_packages
A list of packages to install via brew. This option is ignored on non-OS X builds.
{"type": "array", "items": {"type": "string"}}
travis.json
cran
CRAN mirror to use for fetching packages
{"type": "string"}
travis.json
repos
Dictionary of repositories to pass to options(repos)
{"type": "object", "additionalProperties": {"type": "string"}}
travis.json
arch
The CPU Architecture to run the job on
{"oneOf": [{"enum": ["amd64", "x86_64", "arm64", "ppc64le", "s390x", "arm64-graviton2"]}, {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"enum": ["amd64", "arm64", "ppc64le", "s390x", "arm64-graviton2"]}}]}
travis.json
os
The operating system to run the job on
{"oneOf": [{"enum": ["osx", "linux", "linux-ppc64le", "windows"]}, {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"enum": ["osx", "linux", "linux-ppc64le", "windows"]}}]}
travis.json
dist
The Ubuntu distribution to use
{"enum": ["precise", "trusty", "xenial", "bionic", "focal", "jammy"]}
travis.json
sudo
sudo is deprecated
{"enum": [true, false, "", "required", "enabled"]}
travis.json
apt
To install packages not included in the default container-based-infrastructure you need to use the APT addon, as sudo apt-get is not available
{"type": "object", "properties": {"update": {"type": "boolean"}, "sources": {"type": "array", "items": {"oneOf": [{"type": "object", "properties": {"sourceline": {"type": "string"}, "key_url": {"type": "string"}}, "required": ["sourceline"], "additionalProperties": false}, {"type": "string"}]}}, "packages": {"type": "array", "items": {"type": "string"}}}, "additionalProperties": false}
travis.json
update
To update the list of available packages
{"type": "boolean"}
travis.json
sourceline
Key-value pairs which will be added to /etc/apt/sources.list
{"type": "string"}
travis.json
key_url
When APT sources require GPG keys, you can specify this with key_url
{"type": "string"}