schema
stringclasses 220
values | keyword
stringclasses 13
values | obj
stringlengths 20
862
| is_neg
bool 2
classes |
---|---|---|---|
github-workflow.json | pattern | {"definitions": {"stringContainingExpressionSyntax": {"pattern": "^.*\\$\\{\\{(.|[\r\n])*\\}\\}.*$"}}} | false |
github-workflow.json | pattern | {"definitions": {"name": {"pattern": "^[_a-zA-Z][a-zA-Z0-9_-]*$"}}} | false |
github-workflow.json | pattern | {"definitions": {"reusableWorkflowCallJob": {"properties": {"uses": {"pattern": "^(.+/)+(.+)\\.(ya?ml)(@.+)?$"}}}}} | false |
github-workflow.json | pattern | {"properties": {"on": {"oneOf": [{"properties": {"schedule": {"items": {"properties": {"cron": {"pattern": "^(((\\d+,)+\\d+|((\\d+|\\*)/\\d+|((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?))|(\\d+-\\d+)|\\d+(-\\d+)?/\\d+(-\\d+)?|\\d+|\\*|(MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?) ?){5}$"}}}}}}]}}} | false |
github-workflow.json | minItems | {"definitions": {"container": {"properties": {"ports": {"minItems": 1}}}}} | false |
github-workflow.json | minItems | {"definitions": {"container": {"properties": {"volumes": {"minItems": 1}}}}} | false |
github-workflow.json | minItems | {"definitions": {"globs": {"minItems": 1}}} | false |
github-workflow.json | minItems | {"definitions": {"types": {"minItems": 1}}} | false |
github-workflow.json | minItems | {"definitions": {"jobNeeds": {"oneOf": [{"minItems": 1}]}}} | false |
github-workflow.json | minItems | {"definitions": {"reusableWorkflowCallJob": {"properties": {"strategy": {"properties": {"matrix": {"patternProperties": {"^(in|ex)clude$": {"minItems": 1}}}}}}}}} | false |
github-workflow.json | minItems | {"definitions": {"reusableWorkflowCallJob": {"properties": {"strategy": {"properties": {"matrix": {"additionalProperties": {"oneOf": [{"minItems": 1}]}}}}}}}} | false |
github-workflow.json | minItems | {"definitions": {"normalJob": {"properties": {"steps": {"minItems": 1}}}}} | false |
github-workflow.json | minItems | {"definitions": {"normalJob": {"properties": {"strategy": {"properties": {"matrix": {"patternProperties": {"^(in|ex)clude$": {"minItems": 1}}}}}}}}} | false |
github-workflow.json | minItems | {"definitions": {"normalJob": {"properties": {"strategy": {"properties": {"matrix": {"additionalProperties": {"oneOf": [{"minItems": 1}]}}}}}}}} | false |
github-workflow.json | minItems | {"properties": {"on": {"oneOf": [{"minItems": 1}]}}} | false |
github-workflow.json | minItems | {"properties": {"on": {"oneOf": [{"properties": {"workflow_dispatch": {"properties": {"inputs": {"patternProperties": {"^[_a-zA-Z][a-zA-Z0-9_-]*$": {"properties": {"options": {"minItems": 1}}}}}}}}}]}}} | false |
github-workflow.json | minItems | {"properties": {"on": {"oneOf": [{"properties": {"workflow_run": {"properties": {"workflows": {"minItems": 1}}}}}]}}} | false |
github-workflow.json | minItems | {"properties": {"on": {"oneOf": [{"properties": {"schedule": {"minItems": 1}}}]}}} | false |
drupal-info.json | pattern | {"allOf": [{"then": {"properties": {"libraries": {"items": {"pattern": "^[a-z0-9_]+/[a-z0-9_\\-.]+$"}}}}}]} | false |
drupal-info.json | pattern | {"definitions": {"dependency": {"pattern": "^[a-z0-9_]+:[a-z0-9_]+( \\(.+\\))?$"}}} | false |
drupal-info.json | pattern | {"definitions": {"machine_name": {"pattern": "^[a-z0-9_]+$"}}} | false |
drupal-info.json | pattern | {"properties": {"core": {"pattern": "^\\d\\.x$"}}} | false |
drupal-info.json | pattern | {"properties": {"php": {"oneOf": [{"pattern": "^\\d+\\.\\d+(\\.\\d+)$"}]}}} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"regions_hidden": {"uniqueItems": true}}}}]} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"features": {"uniqueItems": true}}}}]} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"stylesheets-remove": {"uniqueItems": true}}}}]} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"dependencies": {"uniqueItems": true}}}}]} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"install": {"uniqueItems": true}}}}]} | false |
drupal-info.json | uniqueItems | {"allOf": [{"then": {"properties": {"theme": {"uniqueItems": true}}}}]} | false |
chart.json | format | {"properties": {"home": {"format": "uri"}}} | false |
chart.json | format | {"properties": {"sources": {"items": {"format": "uri"}}}} | false |
chart.json | format | {"properties": {"dependencies": {"items": {"properties": {"repository": {"anyOf": [{"format": "uri"}]}}}}}} | false |
chart.json | format | {"properties": {"maintainers": {"items": {"properties": {"email": {"format": "email"}}}}}} | false |
chart.json | format | {"properties": {"maintainers": {"items": {"properties": {"url": {"format": "uri"}}}}}} | false |
chart.json | format | {"properties": {"icon": {"format": "uri"}}} | false |
jscpd.json | pattern | {"definitions": {"colorHex": {"pattern": "([0-9a-fA-F]{3}){1,2}"}}} | false |
jscpd.json | pattern | {"properties": {"maxSize": {"anyOf": [{"pattern": "^\\+?[0-9]+(\\.[0-9]+)? *[kKmMgGtTpP][bB]$"}]}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"annotatedCodeLocation": {"properties": {"step": {"minimum": 0}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"startLine": {"minimum": 1}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"startColumn": {"minimum": 1}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"endLine": {"minimum": 1}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"endColumn": {"minimum": 1}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"offset": {"minimum": 0}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"region": {"properties": {"length": {"minimum": 0}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"replacement": {"properties": {"offset": {"minimum": 0}}}}} | false |
sarif-1.0.0.json | minimum | {"definitions": {"replacement": {"properties": {"deletedLength": {"minimum": 1}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"fileChange": {"properties": {"uri": {"format": "uri"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"file": {"properties": {"uri": {"format": "uri"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"invocation": {"properties": {"startTime": {"format": "date-time"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"invocation": {"properties": {"endTime": {"format": "date-time"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"notification": {"properties": {"time": {"format": "date-time"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"physicalLocation": {"properties": {"uri": {"format": "uri"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"rule": {"properties": {"helpUri": {"format": "uri"}}}}} | false |
sarif-1.0.0.json | format | {"definitions": {"stackFrame": {"properties": {"uri": {"format": "uri"}}}}} | false |
sarif-1.0.0.json | format | {"properties": {"$schema": {"format": "uri"}}} | false |
sarif-1.0.0.json | pattern | {"definitions": {"file": {"properties": {"mimeType": {"pattern": "[^/]+/.+"}}}}} | false |
sarif-1.0.0.json | pattern | {"definitions": {"tool": {"properties": {"fileVersion": {"pattern": "[0-9]+(\\.[0-9]+){3}"}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"annotatedCodeLocation": {"properties": {"annotations": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"annotation": {"properties": {"locations": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"codeFlow": {"properties": {"locations": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"fileChange": {"properties": {"replacements": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"file": {"properties": {"hashes": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"result": {"properties": {"locations": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"result": {"properties": {"stacks": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"result": {"properties": {"codeFlows": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"result": {"properties": {"relatedLocations": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"result": {"properties": {"fixes": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"run": {"properties": {"results": {"minItems": 0}}}}} | false |
sarif-1.0.0.json | minItems | {"definitions": {"stack": {"properties": {"frames": {"minItems": 1}}}}} | false |
sarif-1.0.0.json | minItems | {"properties": {"runs": {"minItems": 1}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"annotatedCodeLocation": {"properties": {"annotations": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"annotatedCodeLocation": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"codeFlow": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"file": {"properties": {"hashes": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"file": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"invocation": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"location": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"notification": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"locations": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"stacks": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"codeFlows": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"relatedLocations": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"fixes": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"result": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"rule": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"run": {"properties": {"results": {"uniqueItems": true}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"stack": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"stackFrame": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
sarif-1.0.0.json | uniqueItems | {"definitions": {"tool": {"properties": {"properties": {"properties": {"tags": {"uniqueItems": true}}}}}}} | false |
schema-catalog.json | format | {"properties": {"schemas": {"items": {"properties": {"url": {"format": "uri"}}}}}} | false |
schema-catalog.json | format | {"properties": {"schemas": {"items": {"properties": {"versions": {"additionalProperties": {"format": "uri"}}}}}}} | false |
schema-catalog.json | pattern | {"properties": {"schemas": {"items": {"properties": {"url": {"pattern": "^https://"}}}}}} | false |
schema-catalog.json | pattern | {"properties": {"schemas": {"items": {"properties": {"versions": {"additionalProperties": {"pattern": "^https://"}}}}}}} | false |
opspec-io-0.1.7.json | format | {"properties": {"inputs": {"patternProperties": {"[-_.a-zA-Z0-9]+": {"properties": {"string": {"properties": {"constraints": {"properties": {"pattern": {"format": "regex"}}}}}}}}}}} | false |
opspec-io-0.1.7.json | format | {"properties": {"run": {"properties": {"op": {"properties": {"ref": {"format": "uri-reference"}}}}}}} | false |
opspec-io-0.1.7.json | pattern | {"properties": {"run": {"properties": {"container": {"properties": {"envVars": {"oneOf": [{"pattern": "^\\$\\(.+\\)$"}]}}}}}}} | false |
opspec-io-0.1.7.json | pattern | {"properties": {"run": {"properties": {"if": {"items": {"properties": {"exists": {"pattern": "^\\$\\(.+\\)$"}}}}}}}} | false |
opspec-io-0.1.7.json | pattern | {"properties": {"run": {"properties": {"if": {"items": {"properties": {"notExists": {"pattern": "^\\$\\(.+\\)$"}}}}}}}} | false |
opspec-io-0.1.7.json | pattern | {"properties": {"run": {"properties": {"serialLoop": {"properties": {"vars": {"properties": {"key": {"pattern": "^[-_.a-zA-Z0-9]+$"}}}}}}}}} | false |
opspec-io-0.1.7.json | pattern | {"properties": {"opspec": {"pattern": "^([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:(-[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+[0-9A-Za-z-\\-\\.]+)?$"}}} | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.