schema
stringclasses 220
values | keyword
stringclasses 13
values | obj
stringlengths 20
862
| is_neg
bool 2
classes |
---|---|---|---|
noodl.schema.json | pattern | {"definitions": {"RootEvalReference": {"pattern": "^=[.][a-zA-Z0-9]+.*$"}}} | false |
noodl.schema.json | pattern | {"definitions": {"RootReference": {"pattern": "^[.][a-zA-Z0-9]+.*$"}}} | false |
appveyor.json | format | {"definitions": {"commitFilter": {"properties": {"message": {"format": "regex"}}}}} | false |
appveyor.json | format | {"definitions": {"commitFilter": {"properties": {"author": {"anyOf": [{"format": "regex"}]}}}}} | false |
minecraft-dimension.json | minimum | {"definitions": {"dimensionType": {"properties": {"fixed_time": {"anyOf": [{"minimum": 0}]}}}}} | false |
minecraft-dimension.json | minimum | {"definitions": {"dimensionType": {"properties": {"min_y": {"minimum": -2032}}}}} | false |
minecraft-dimension.json | minimum | {"definitions": {"dimensionType": {"properties": {"height": {"minimum": 0}}}}} | false |
minecraft-dimension.json | maximum | {"definitions": {"dimensionType": {"properties": {"fixed_time": {"anyOf": [{"maximum": 24000}]}}}}} | false |
minecraft-dimension.json | maximum | {"definitions": {"dimensionType": {"properties": {"min_y": {"maximum": 2031}}}}} | false |
minecraft-dimension.json | maximum | {"definitions": {"dimensionType": {"properties": {"height": {"maximum": 4096}}}}} | false |
minecraft-dimension.json | multipleOf | {"definitions": {"dimensionType": {"properties": {"min_y": {"multipleOf": 16}}}}} | false |
minecraft-dimension.json | multipleOf | {"definitions": {"dimensionType": {"properties": {"height": {"multipleOf": 16}}}}} | false |
traefik-v2-file-provider.json | minimum | {"definitions": {"httpRouter": {"properties": {"priority": {"minimum": 0}}}}} | false |
traefik-v2-file-provider.json | minimum | {"definitions": {"tcpRouter": {"properties": {"priority": {"minimum": 0}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"httpLoadBalancerService": {"properties": {"servers": {"minItems": 1}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"chainMiddleware": {"properties": {"middlewares": {"minItems": 1}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"tcpLoadBalancerService": {"properties": {"servers": {"minItems": 1}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"tcpWeightedService": {"properties": {"services": {"minItems": 1}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"udpLoadBalancerService": {"properties": {"servers": {"minItems": 1}}}}} | false |
traefik-v2-file-provider.json | minItems | {"definitions": {"udpWeightedService": {"properties": {"services": {"minItems": 1}}}}} | false |
template.json | minLength | {"properties": {"classifications": {"items": {"minLength": 1}}}} | false |
template.json | minLength | {"properties": {"defaultName": {"minLength": 1}}} | false |
template.json | minLength | {"properties": {"groupIdentity": {"minLength": 1}}} | false |
template.json | minLength | {"properties": {"identity": {"minLength": 1}}} | false |
template.json | minLength | {"properties": {"name": {"minLength": 1}}} | false |
template.json | minLength | {"properties": {"author": {"minLength": 2}}} | true |
template.json | minLength | {"properties": {"placeholderFilename": {"minLength": 3}}} | true |
template.json | minLength | {"properties": {"primaryOutputs": {"items": {"properties": {"path": {"minLength": 2}}}}}} | true |
template.json | minLength | {"properties": {"primaryOutputs": {"items": {"properties": {"condition": {"minLength": 3}}}}}} | true |
template.json | minLength | {"properties": {"shortName": {"oneOf": [{"minLength": 2}]}}} | true |
template.json | minLength | {"properties": {"sourceName": {"minLength": 3}}} | true |
template.json | minLength | {"properties": {"thirdPartyNotices": {"minLength": 17}}} | true |
template.json | minLength | {"properties": {"description": {"minLength": 0}}} | true |
template.json | uniqueItems | {"definitions": {"ice": {"anyOf": [{"uniqueItems": true}]}}} | false |
template.json | uniqueItems | {"properties": {"guids": {"uniqueItems": true}}} | false |
template.json | uniqueItems | {"properties": {"classifications": {"uniqueItems": true}}} | true |
webextension.json | minLength | {"properties": {"name": {"minLength": 2}}} | false |
webextension.json | minLength | {"properties": {"short_name": {"minLength": 2}}} | false |
webextension.json | minLength | {"properties": {"applications": {"properties": {"gecko": {"properties": {"id": {"minLength": 13}}}}}}} | true |
webextension.json | minLength | {"properties": {"author": {"minLength": 5}}} | true |
webextension.json | minLength | {"properties": {"background": {"properties": {"page": {"minLength": 7}}}}} | true |
webextension.json | minLength | {"properties": {"content_scripts": {"items": {"properties": {"run_at": {"minLength": 12}}}}}} | true |
webextension.json | minLength | {"properties": {"default_locale": {"minLength": 2}}} | true |
webextension.json | minLength | {"properties": {"description": {"minLength": 16}}} | true |
webextension.json | minLength | {"properties": {"homepage_url": {"minLength": 21}}} | true |
webextension.json | minLength | {"properties": {"incognito": {"minLength": 5}}} | true |
webextension.json | minLength | {"properties": {"sidebar_action": {"properties": {"default_panel": {"minLength": 14}}}}} | true |
webextension.json | minLength | {"properties": {"sidebar_action": {"properties": {"default_title": {"minLength": 21}}}}} | true |
webextension.json | maxLength | {"properties": {"name": {"maxLength": 45}}} | false |
webextension.json | maxLength | {"properties": {"short_name": {"maxLength": 12}}} | false |
webextension.json | maxLength | {"properties": {"applications": {"properties": {"gecko": {"properties": {"id": {"maxLength": 38}}}}}}} | true |
webextension.json | maxLength | {"properties": {"author": {"maxLength": 27}}} | true |
webextension.json | maxLength | {"properties": {"background": {"properties": {"page": {"maxLength": 15}}}}} | true |
webextension.json | maxLength | {"properties": {"content_scripts": {"items": {"properties": {"run_at": {"maxLength": 14}}}}}} | true |
webextension.json | maxLength | {"properties": {"default_locale": {"maxLength": 2}}} | true |
webextension.json | maxLength | {"properties": {"description": {"maxLength": 71}}} | true |
webextension.json | maxLength | {"properties": {"homepage_url": {"maxLength": 21}}} | true |
webextension.json | maxLength | {"properties": {"incognito": {"maxLength": 8}}} | true |
webextension.json | maxLength | {"properties": {"sidebar_action": {"properties": {"default_panel": {"maxLength": 14}}}}} | true |
webextension.json | maxLength | {"properties": {"sidebar_action": {"properties": {"default_title": {"maxLength": 21}}}}} | true |
webextension.json | format | {"properties": {"applications": {"properties": {"gecko": {"properties": {"update_url": {"format": "uri"}}}}}}} | false |
webextension.json | format | {"properties": {"developer": {"properties": {"url": {"format": "uri"}}}}} | false |
webextension.json | format | {"properties": {"homepage_url": {"format": "uri"}}} | false |
webextension.json | pattern | {"definitions": {"match_pattern": {"pattern": "^((\\*|http|https|file|ftp|chrome-extension):\\/\\/(\\*|\\*\\.[^\\/\\*]+|[^\\/\\*]+)?(\\/.*))|<all_urls>$"}}} | false |
webextension.json | pattern | {"properties": {"applications": {"properties": {"gecko": {"properties": {"id": {"pattern": "^\\{[A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}\\}$|^[A-Za-z0-9-._]*@[A-Za-z0-9-._]+$"}}}}}}} | false |
webextension.json | pattern | {"properties": {"protocol_handlers": {"items": {"properties": {"protocol": {"anyOf": [{"pattern": "^(ext|web)\\+[0-9a-z]+"}]}}}}}} | false |
webextension.json | pattern | {"properties": {"background": {"properties": {"page": {"pattern": "^b.*\\.html$"}}}}} | true |
webextension.json | pattern | {"properties": {"content_scripts": {"items": {"properties": {"run_at": {"pattern": "^document_"}}}}}} | true |
webextension.json | minItems | {"properties": {"content_scripts": {"minItems": 1}}} | false |
webextension.json | minItems | {"properties": {"content_scripts": {"items": {"properties": {"matches": {"minItems": 1}}}}}} | false |
webextension.json | minItems | {"properties": {"background": {"properties": {"scripts": {"minItems": 1}}}}} | true |
webextension.json | minItems | {"properties": {"web_accessible_resources": {"minItems": 1}}} | true |
webextension.json | uniqueItems | {"definitions": {"permissions": {"uniqueItems": true}}} | false |
webextension.json | uniqueItems | {"definitions": {"scripts": {"uniqueItems": true}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"uniqueItems": true}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"items": {"properties": {"matches": {"uniqueItems": true}}}}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"items": {"properties": {"exclude_matches": {"uniqueItems": true}}}}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"items": {"properties": {"css": {"uniqueItems": true}}}}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"items": {"properties": {"include_globs": {"uniqueItems": true}}}}}} | false |
webextension.json | uniqueItems | {"properties": {"content_scripts": {"items": {"properties": {"exclude_globs": {"uniqueItems": true}}}}}} | false |
webextension.json | uniqueItems | {"properties": {"optional_permissions": {"uniqueItems": true}}} | false |
webextension.json | uniqueItems | {"properties": {"web_accessible_resources": {"uniqueItems": true}}} | false |
gitversion.json | minLength | {"properties": {"Sha": {"minLength": 40}}} | false |
gitversion.json | minLength | {"properties": {"ShortSha": {"minLength": 7}}} | false |
gitversion.json | minLength | {"properties": {"CommitsSinceVersionSourcePadded": {"minLength": 4}}} | false |
gitversion.json | minLength | {"properties": {"PreReleaseTag": {"minLength": 7}}} | true |
gitversion.json | minLength | {"properties": {"PreReleaseTagWithDash": {"minLength": 8}}} | true |
gitversion.json | minLength | {"properties": {"PreReleaseLabel": {"minLength": 5}}} | true |
gitversion.json | minLength | {"properties": {"BuildMetaData": {"minLength": 0}}} | true |
gitversion.json | minLength | {"properties": {"BuildMetaDataPadded": {"minLength": 0}}} | true |
gitversion.json | minLength | {"properties": {"FullBuildMetaData": {"minLength": 56}}} | true |
gitversion.json | minLength | {"properties": {"MajorMinorPatch": {"minLength": 5}}} | true |
gitversion.json | minLength | {"properties": {"SemVer": {"minLength": 13}}} | true |
gitversion.json | minLength | {"properties": {"LegacySemVer": {"minLength": 12}}} | true |
gitversion.json | minLength | {"properties": {"LegacySemVerPadded": {"minLength": 15}}} | true |
gitversion.json | minLength | {"properties": {"AssemblySemVer": {"minLength": 7}}} | true |
gitversion.json | minLength | {"properties": {"AssemblySemFileVer": {"minLength": 7}}} | true |
gitversion.json | minLength | {"properties": {"FullSemVer": {"minLength": 13}}} | true |
gitversion.json | minLength | {"properties": {"InformationalVersion": {"minLength": 17}}} | true |
gitversion.json | minLength | {"properties": {"BranchName": {"minLength": 4}}} | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.