schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
sarif-2.0.0.json | parameters | The parameters of the call that is executing. | {"type": "array", "items": {"type": "string", "default": []}} |
sarif-2.0.0.json | properties | Key/value pairs that provide additional information about the stack frame. | {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}} |
sarif-2.0.0.json | tags | A set of distinct strings that provide additional information. | {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}} |
sarif-2.0.0.json | id | An string that uniquely identifies the threadFlow within the codeFlow in which it occurs. | {"type": "string"} |
sarif-2.0.0.json | message | A message relevant to the thread flow. | {} |
sarif-2.0.0.json | locations | A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result. | {"type": "array", "minItems": 1, "items": {}} |
sarif-2.0.0.json | properties | Key/value pairs that provide additional information about the thread flow. | {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}} |
sarif-2.0.0.json | tags | A set of distinct strings that provide additional information. | {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}} |
sarif-2.0.0.json | threadFlowLocation | A location visited by an analysis tool while simulating or monitoring the execution of a program. | {"additionalProperties": false, "type": "object", "properties": {"step": {"type": "integer", "minimum": 0}, "location": {}, "stack": {}, "kind": {"type": "string"}, "module": {"type": "string"}, "state": {"type": "object"}, "nestingLevel": {"type": "integer"}, "executionOrder": {"type": "integer"}, "timestamp": {"type": "string", "format": "date-time"}, "importance": {"enum": ["important", "essential", "unimportant"]}, "properties": {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}}}} |
sarif-2.0.0.json | step | The 0-based sequence number of the location in the code flow within which it occurs. | {"type": "integer", "minimum": 0} |
sarif-2.0.0.json | location | The code location. | {} |
sarif-2.0.0.json | stack | The call stack leading to this location. | {} |
sarif-2.0.0.json | kind | A string describing the type of this location. | {"type": "string"} |
sarif-2.0.0.json | module | The name of the module that contains the code that is executing. | {"type": "string"} |
sarif-2.0.0.json | state | A dictionary, each of whose keys specifies a variable or expression, the associated value of which represents the variable or expression value. For an annotation of kind 'continuation', for example, this dictionary might hold the current assumed values of a set of global variables. | {"type": "object"} |
sarif-2.0.0.json | nestingLevel | An integer representing a containment hierarchy within the thread flow | {"type": "integer"} |
sarif-2.0.0.json | executionOrder | An integer representing the temporal order in which execution reached this location. | {"type": "integer"} |
sarif-2.0.0.json | timestamp | The time at which this location was executed. | {"type": "string", "format": "date-time"} |
sarif-2.0.0.json | importance | Specifies the importance of this location in understanding the code flow in which it occurs. The order from most to least important is "essential", "important", "unimportant". Default: "important". | {"enum": ["important", "essential", "unimportant"]} |
sarif-2.0.0.json | properties | Key/value pairs that provide additional information about the code location. | {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}} |
sarif-2.0.0.json | tags | A set of distinct strings that provide additional information. | {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}} |
sarif-2.0.0.json | tool | The analysis tool that was run. | {"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "version": {"type": "string"}, "semanticVersion": {"type": "string"}, "fileVersion": {"type": "string", "pattern": "[0-9]+(\\.[0-9]+){3}"}, "downloadUri": {"type": "string", "format": "uri"}, "sarifLoggerVersion": {"type": "string"}, "language": {"type": "string", "default": "en-US"}, "properties": {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}}}, "required": ["name"]} |
sarif-2.0.0.json | name | The name of the tool. | {"type": "string"} |
sarif-2.0.0.json | fullName | The name of the tool along with its version and any other useful identifying information, such as its locale. | {"type": "string"} |
sarif-2.0.0.json | version | The tool version, in whatever format the tool natively provides. | {"type": "string"} |
sarif-2.0.0.json | semanticVersion | The tool version in the format specified by Semantic Versioning 2.0. | {"type": "string"} |
sarif-2.0.0.json | fileVersion | The binary version of the tool's primary executable file (for operating systems such as Windows that provide that information). | {"type": "string", "pattern": "[0-9]+(\\.[0-9]+){3}"} |
sarif-2.0.0.json | downloadUri | The absolute URI from which the tool can be downloaded. | {"type": "string", "format": "uri"} |
sarif-2.0.0.json | sarifLoggerVersion | A version that uniquely identifies the SARIF logging component that generated this file, if it is versioned separately from the tool. | {"type": "string"} |
sarif-2.0.0.json | 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). | {"type": "string", "default": "en-US"} |
sarif-2.0.0.json | properties | Key/value pairs that provide additional information about the tool. | {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}} |
sarif-2.0.0.json | tags | A set of distinct strings that provide additional information. | {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}} |
sarif-2.0.0.json | versionControlDetails | Specifies the information necessary to retrieve a desired revision from a version control system. | {"type": "object", "additionalProperties": false, "properties": {"uri": {"type": "string", "format": "uri"}, "revisionId": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "properties": {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}}}, "required": ["uri"]} |
sarif-2.0.0.json | uri | The absolute URI of the repository. | {"type": "string", "format": "uri"} |
sarif-2.0.0.json | revisionId | A string that uniquely and permanently identifies the revision within the repository. | {"type": "string"} |
sarif-2.0.0.json | branch | The name of a branch containing the revision. | {"type": "string"} |
sarif-2.0.0.json | tag | A tag that has been applied to the revision. | {"type": "string"} |
sarif-2.0.0.json | timestamp | The date and time at which the revision was created. | {"type": "string", "format": "date-time"} |
sarif-2.0.0.json | properties | Key/value pairs that provide additional information about the revision. | {"type": "object", "additionalProperties": true, "properties": {"tags": {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}}}} |
sarif-2.0.0.json | tags | A set of distinct strings that provide additional information. | {"type": "array", "uniqueItems": true, "default": [], "items": {"type": "string"}} |
sarif-2.0.0.json | $schema | The URI of the JSON schema corresponding to the version. | {"type": "string", "format": "uri"} |
sarif-2.0.0.json | version | The SARIF format version of this log file. | {"enum": ["2.0.0"]} |
sarif-2.0.0.json | runs | The set of runs contained in this log file. | {"type": "array", "minItems": 1, "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | $schema | The URI of the JSON schema corresponding to the version of the external property file format. | {"type": "string", "format": "uri"} |
sarif-external-property-file-2.1.0-rtm.4.json | version | The SARIF format version of this external properties object. | {"enum": ["2.1.0"]} |
sarif-external-property-file-2.1.0-rtm.4.json | guid | A stable, unique identifier for this external properties object, 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-external-property-file-2.1.0-rtm.4.json | runGuid | A stable, unique identifier for the run associated with this external properties object, 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-external-property-file-2.1.0-rtm.4.json | conversion | A conversion object that will be merged with an external run. | {} |
sarif-external-property-file-2.1.0-rtm.4.json | graphs | An array of graph objects that will merged with an external run. | {"type": "array", "minItems": 0, "default": [], "uniqueItems": true, "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | externalizedProperties | Key/value pairs that provide additional information that will be merged with an external run. | {} |
sarif-external-property-file-2.1.0-rtm.4.json | artifacts | An array of artifact objects that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | invocations | Describes the invocation of the analysis tool that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | logicalLocations | An array of logical locations such as namespaces, types or functions that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | threadFlowLocations | An array of threadFlowLocation objects that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | results | An array of result objects that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | taxonomies | Tool taxonomies that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | driver | The analysis tool object that will be merged with an external run. | {} |
sarif-external-property-file-2.1.0-rtm.4.json | extensions | Tool extensions that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | policies | Tool policies that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | translations | Tool translations that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | addresses | Addresses that will be merged with with an external run. | {"type": "array", "minItems": 0, "uniqueItems": false, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | webRequests | Requests that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | webResponses | Responses that will be merged with an external run. | {"type": "array", "minItems": 0, "uniqueItems": true, "default": [], "items": {}} |
sarif-external-property-file-2.1.0-rtm.4.json | properties | Key/value pairs that provide additional information about the external properties. | {} |
minecraft-dimension-type.json | Configuration file defining a dimension type for a data pack for Minecraft. | {"$schema": "http://json-schema.org/draft-07/schema#", "properties": {"name": {"type": "string"}, "ultrawarm": {"type": "boolean"}, "natural": {"type": "boolean"}, "coordinate_scale": {"type": "number"}, "has_skylight": {"type": "boolean"}, "has_ceiling": {"type": "boolean"}, "ambient_light": {"type": "number", "default": 0.5}, "fixed_time": {"anyOf": [{"type": "boolean", "default": false}, {"type": "integer", "minimum": 0, "maximum": 24000}]}, "piglin_safe": {"type": "boolean"}, "bed_works": {"type": "boolean"}, "respawn_anchor_works": {"type": "boolean"}, "has_raids": {"type": "boolean"}, "logical_height": {"type": "integer"}, "min_y": {"type": "integer", "minimum": -2032, "maximum": 2031, "multipleOf": 16}, "height": {"type": "integer", "minimum": 0, "maximum": 4096, "multipleOf": 16}, "infiniburn": {"type": "string"}, "effects": {"type": "string", "enum": ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"], "default": "minecraft:overworld"}}, "type": "object"} |
|
minecraft-dimension-type.json | name | The resource location used for the dimension type. | {"type": "string"} |
minecraft-dimension-type.json | ultrawarm | Whether the dimensions behaves like the nether (water evaporates and sponges dry) or not. Also lets stalactites drip lava and causes lava to spread faster and thinner. | {"type": "boolean"} |
minecraft-dimension-type.json | natural | When true, nether portals can spawn zombified piglins. When false, compasses spin randomly, and using a bed to set the respawn point or sleep, is disabled. | {"type": "boolean"} |
minecraft-dimension-type.json | coordinate_scale | The multiplier applied to coordinates when traveling to the dimension. | {"type": "number"} |
minecraft-dimension-type.json | has_skylight | Whether the dimension has skylight access or not. | {"type": "boolean"} |
minecraft-dimension-type.json | has_ceiling | Whether the dimension has a bedrock ceiling or not. | {"type": "boolean"} |
minecraft-dimension-type.json | ambient_light | How much light the dimension has. | {"type": "number", "default": 0.5} |
minecraft-dimension-type.json | fixed_time | If this is set to a number, the time of the day is the specified value. | {"anyOf": [{"type": "boolean", "default": false}, {"type": "integer", "minimum": 0, "maximum": 24000}]} |
minecraft-dimension-type.json | piglin_safe | Whether piglins shake and transform to zombified piglins. | {"type": "boolean"} |
minecraft-dimension-type.json | bed_works | When false, the bed blows up when trying to sleep. | {"type": "boolean"} |
minecraft-dimension-type.json | respawn_anchor_works | Whether players can charge and use respawn anchors. | {"type": "boolean"} |
minecraft-dimension-type.json | has_raids | Whether players with the Bad Omen effect can cause a raid. | {"type": "boolean"} |
minecraft-dimension-type.json | logical_height | The maximum height to which chorus fruits and nether portals can bring players within this dimension. This excludes portals that were already built above the limit as they still connect normally. | {"type": "integer"} |
minecraft-dimension-type.json | min_y | The minimum height in which blocks can exist within this dimension. | {"type": "integer", "minimum": -2032, "maximum": 2031, "multipleOf": 16} |
minecraft-dimension-type.json | height | The total height in which blocks can exist within this dimension. | {"type": "integer", "minimum": 0, "maximum": 4096, "multipleOf": 16} |
minecraft-dimension-type.json | infiniburn | A resource location defining what block tag to use for infiniburn. | {"type": "string"} |
minecraft-dimension-type.json | effects | Determines the dimension effect used for this dimension. | {"type": "string", "enum": ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"], "default": "minecraft:overworld"} |
chart-lock.json | generated | Generated is the date the lock file was last generated. | {"type": "string", "format": "date-time"} |
chart-lock.json | digest | Digest is a hash of the dependencies in Chart.yaml. | {"type": "string"} |
chart-lock.json | dependencies | In Helm, one chart may depend on any number of other charts. These dependencies can be dynamically linked using the dependencies field in Chart.yaml or brought in to the charts/ directory and managed manually.
The charts required by the current chart are defined as a list in the dependencies field. | {"type": "array", "items": {"type": "object", "additionalProperties": false, "required": ["name", "version", "repository"], "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string", "format": "uri"}}}} |
chart-lock.json | name | The name of the chart | {"type": "string"} |
chart-lock.json | version | The version of the chart | {"type": "string"} |
chart-lock.json | repository | The repository URL or alias | {"type": "string", "format": "uri"} |
stylelintrc.json | message | Custom message that will be used in errors and warnings | {"type": "string"} |
stylelintrc.json | severity | Message status | {"type": "string", "enum": ["warning", "error"]} |
stylelintrc.json | ignoreProperties | Ignore units in the values of declarations with the specified properties | {"type": "object", "patternProperties": {"(em|ex|ch|vw|vh|cm|mm|in|pt|pc|px|rem|vmin|vmax|%)": {}}} |
stylelintrc.json | at-rule-blacklist | Specify a blacklist of disallowed at-rules | {} |
stylelintrc.json | at-rule-empty-line-before | Require or disallow an empty line before at-rules | {"type": ["null", "string", "array"], "oneOf": [{"type": "null"}, {"type": "string", "enum": ["always", "never", []]}, {"type": "array", "minItems": 2, "maxItems": 2, "uniqueItems": true, "items": {"type": ["string", "object"], "anyOf": [{"type": "string", "enum": ["always", "never", {}]}, {"type": "object", "allOf": [{}], "properties": {"except": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"type": "string", "enum": ["after-same-name", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless", "first-nested"]}}, "ignore": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"type": "string", "enum": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"]}}, "ignoreAtRules": {}}}]}}]} |
stylelintrc.json | at-rule-name-case | Specify lowercase or uppercase for at-rules names | {} |
stylelintrc.json | at-rule-name-newline-after | Require a newline after at-rule names | {} |
stylelintrc.json | at-rule-name-space-after | Require a single space after at-rule names | {"type": ["null", "string", "array"], "oneOf": [{"type": "null"}, {"type": "string", "enum": ["always", "always-single-line", []]}, {"type": "array", "minItems": 2, "maxItems": 2, "uniqueItems": true, "items": {"type": ["string", "object"], "anyOf": [{"type": "string", "enum": ["always", "always-single-line", {}]}, {}]}}]} |
stylelintrc.json | at-rule-no-unknown | Disallow unknown at-rules | {"type": ["null", "boolean", "array"], "oneOf": [{"type": "null"}, {"type": "boolean", "enum": [true, []]}, {"type": "array", "minItems": 2, "maxItems": 2, "uniqueItems": true, "items": {"type": ["boolean", "object"], "anyOf": [{"type": "boolean", "enum": [true, {}]}, {"type": "object", "allOf": [{}], "properties": {"ignoreAtRules": {}}}]}}]} |
stylelintrc.json | at-rule-no-vendor-prefix | Disallow vendor prefixes for at-rules | {} |
stylelintrc.json | at-rule-semicolon-newline-after | Require a newline after the semicolon of at-rules | {"type": ["null", "string", "array"], "oneOf": [{"type": "null"}, {"type": "string", "enum": ["always", []]}, {"type": "array", "minItems": 2, "maxItems": 2, "uniqueItems": true, "items": {"type": ["string", "object"], "anyOf": [{"type": "string", "enum": ["always", {}]}, {}]}}]} |
stylelintrc.json | at-rule-whitelist | Specify a whitelist of allowed at-rules | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.