schema
stringclasses 220
values | keyword
stringclasses 13
values | obj
stringlengths 20
862
| is_neg
bool 2
classes |
---|---|---|---|
xs-app.json | minLength | {"properties": {"routes": {"items": {"properties": {"endpoint": {"minLength": 7}}}}}} | true |
xs-app.json | format | {"definitions": {"sourceSchema": {"properties": {"path": {"format": "regex"}}}}} | false |
xs-app.json | format | {"properties": {"pluginMetadataEndpoint": {"format": "relative-uri"}}} | false |
xs-app.json | format | {"properties": {"routes": {"items": {"properties": {"target": {"format": "relative-uri"}}}}}} | false |
xs-app.json | format | {"properties": {"routes": {"items": {"properties": {"replace": {"properties": {"pathSuffixes": {"items": {"format": "relative-uri"}}}}}}}}} | false |
xs-app.json | format | {"properties": {"routes": {"items": {"properties": {"cacheControl": {"format": "valid-header-value"}}}}}} | false |
xs-app.json | format | {"properties": {"destinations": {"additionalProperties": {"properties": {"logoutPath": {"format": "relative-uri"}}}}}} | false |
xs-app.json | format | {"properties": {"services": {"additionalProperties": {"properties": {"logoutPath": {"format": "relative-uri"}}}}}} | false |
xs-app.json | format | {"properties": {"logout": {"properties": {"logoutEndpoint": {"format": "relative-uri"}}}}} | false |
xs-app.json | format | {"properties": {"logout": {"properties": {"logoutPage": {"format": "uri"}}}}} | false |
xs-app.json | format | {"properties": {"login": {"properties": {"callbackEndpoint": {"format": "relative-uri"}}}}} | false |
xs-app.json | format | {"properties": {"whitelistService": {"properties": {"endpoint": {"format": "relative-uri"}}}}} | false |
xs-app.json | format | {"properties": {"errorPage": {"items": {"properties": {"file": {"format": "local-file"}}}}}} | false |
workspace-schema.json | pattern | {"definitions": {"project": {"definitions": {"i18n": {"properties": {"sourceLocale": {"oneOf": [{"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?(-x(-[a-zA-Z0-9]{1,8})+)?$"}]}}}}}}} | false |
workspace-schema.json | pattern | {"definitions": {"project": {"definitions": {"i18n": {"properties": {"sourceLocale": {"oneOf": [{"properties": {"code": {"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?(-x(-[a-zA-Z0-9]{1,8})+)?$"}}}]}}}}}}} | false |
paper-plugin.json | pattern | {"definitions": {"plugin-name": {"pattern": "^[A-Za-z0-9_\\.-]+$"}}} | false |
paper-plugin.json | pattern | {"definitions": {"plugin-class": {"pattern": "^(?!io\\.papermc\\.)([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*$"}}} | false |
paper-plugin.json | pattern | {"properties": {"api-version": {"pattern": "^1\\.\\d{2}$"}}} | false |
drupal-services.json | uniqueItems | {"properties": {"services": {"additionalProperties": {"properties": {"arguments": {"uniqueItems": true}}}}}} | false |
drupal-services.json | uniqueItems | {"properties": {"services": {"additionalProperties": {"properties": {"calls": {"uniqueItems": true}}}}}} | false |
schema-org-place.json | format | {"properties": {"@context": {"format": "regex"}}} | false |
schema-org-place.json | format | {"properties": {"@type": {"format": "regex"}}} | false |
schema-org-place.json | format | {"properties": {"globalLocationNumber": {"format": "regex"}}} | false |
schema-org-place.json | format | {"properties": {"hasMap": {"oneOf": [{"format": "uri"}]}}} | false |
schema-org-place.json | format | {"properties": {"logo": {"oneOf": [{"format": "uri"}]}}} | false |
schema-org-place.json | pattern | {"properties": {"@context": {"pattern": "http://schema.org"}}} | false |
schema-org-place.json | pattern | {"properties": {"@type": {"pattern": "Place"}}} | false |
schema-org-place.json | pattern | {"properties": {"globalLocationNumber": {"pattern": "\\b\\d{13}\\b"}}} | false |
img-catapult-psp-1.0.0.json | pattern | {"properties": {"platform": {"properties": {"buildConfig": {"pattern": "^([A-Z]|[0-9]|_)+$"}}}}} | false |
img-catapult-psp-1.0.0.json | pattern | {"properties": {"platform": {"properties": {"launchConfig": {"pattern": "^(Alpine Model|Catapult Model|OpenOCD|Whisper|RemoteLinux)$"}}}}} | false |
configSchema.json | minLength | {"properties": {"project_name": {"minLength": 1}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"image": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"build_directory": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"build_target": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"dockerfile": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"command": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"entrypoint": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"container": {"properties": {"working_directory": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"task": {"properties": {"description": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"task": {"properties": {"group": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"taskRunOptions": {"properties": {"container": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"taskRunOptions": {"properties": {"command": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"taskRunOptions": {"properties": {"entrypoint": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"taskRunOptions": {"properties": {"working_directory": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"taskContainerCustomisation": {"properties": {"working_directory": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"containerDependencyList": {"items": {"minLength": 1}}}} | false |
configSchema.json | minLength | {"definitions": {"additionalHostnamesList": {"items": {"minLength": 1}}}} | false |
configSchema.json | minLength | {"definitions": {"environmentSecret": {"properties": {"environment": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"fileSecret": {"properties": {"path": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"portMappingList": {"items": {"oneOf": [{"properties": {"protocol": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"portMappingList": {"items": {"oneOf": [{"properties": {"protocol": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"properties": {"local": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"properties": {"container": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"properties": {"name": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"properties": {"container": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"properties": {"container": {"minLength": 1}}}]}}}} | false |
configSchema.json | minLength | {"definitions": {"healthCheckOptions": {"properties": {"interval": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"healthCheckOptions": {"properties": {"start_period": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"healthCheckOptions": {"properties": {"timeout": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"healthCheckOptions": {"properties": {"command": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"runAsCurrentUserOptions": {"oneOf": [{"properties": {"home_directory": {"minLength": 1}}}]}}} | false |
configSchema.json | minLength | {"definitions": {"setupCommandsList": {"items": {"properties": {"command": {"minLength": 1}}}}}} | false |
configSchema.json | minLength | {"definitions": {"setupCommandsList": {"items": {"properties": {"working_directory": {"minLength": 1}}}}}} | false |
configSchema.json | minLength | {"definitions": {"configVariable": {"properties": {"description": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"configVariable": {"properties": {"default": {"minLength": 1}}}}} | false |
configSchema.json | minLength | {"definitions": {"include": {"oneOf": [{"properties": {"path": {"minLength": 1}}}]}}} | false |
configSchema.json | minLength | {"definitions": {"include": {"oneOf": [{"properties": {"repo": {"minLength": 1}}}]}}} | false |
configSchema.json | minLength | {"definitions": {"include": {"oneOf": [{"properties": {"path": {"minLength": 1}}}]}}} | false |
configSchema.json | pattern | {"definitions": {"container": {"properties": {"shm_size": {"pattern": "^\\d+\\s*[mkg]?b?$"}}}}} | false |
configSchema.json | pattern | {"definitions": {"portMappingList": {"items": {"oneOf": [{"pattern": "^\\d+(-\\d+)?:\\d+(-\\d+)?(/.*)?$"}]}}}} | false |
configSchema.json | pattern | {"definitions": {"portMappingList": {"items": {"oneOf": [{"properties": {"local": {"pattern": "^\\d+-\\d+$"}}}]}}}} | false |
configSchema.json | pattern | {"definitions": {"portMappingList": {"items": {"oneOf": [{"properties": {"container": {"pattern": "^\\d+-\\d+$"}}}]}}}} | false |
configSchema.json | pattern | {"definitions": {"volumeMountList": {"items": {"oneOf": [{"pattern": "^.+:.+(:.+)?$"}]}}}} | false |
configSchema.json | uniqueItems | {"definitions": {"task": {"properties": {"prerequisites": {"uniqueItems": true}}}}} | false |
configSchema.json | uniqueItems | {"definitions": {"containerDependencyList": {"uniqueItems": true}}} | false |
configSchema.json | uniqueItems | {"definitions": {"additionalHostnamesList": {"uniqueItems": true}}} | false |
ray-schema.json | minimum | {"properties": {"max_workers": {"minimum": 0}}} | false |
ray-schema.json | minimum | {"properties": {"available_node_types": {"patternProperties": {".*": {"properties": {"resources": {"patternProperties": {".*": {"minimum": 0}}}}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"BizTalkAssemblies": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.dll"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"BindingsFiles": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.xml"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"Assemblies": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.dll"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"PreProcessingScripts": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"PreProcessingScripts": {"items": {"properties": {"Arguments": {"pattern": "\\w+(,\\w+)*"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"PostProcessingScripts": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"PostProcessingScripts": {"items": {"properties": {"Arguments": {"pattern": "\\w+(,\\w+)*"}}}}}} | false |
BizTalkServerApplicationSchema.json | pattern | {"properties": {"Files": {"items": {"properties": {"Path": {"pattern": "\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"}}}}}} | false |
package.manifest.json | minProperties | {"definitions": {"editors": {"properties": {"defaultConfig": {"minProperties": 1}}}}} | false |
package.manifest.json | minProperties | {"definitions": {"gridEditor": {"properties": {"config": {"minProperties": 1}}}}} | false |
package.manifest.json | minProperties | {"definitions": {"fields": {"items": {"minProperties": 1}}}} | false |
package.manifest.json | minLength | {"definitions": {"fields": {"items": {"properties": {"key": {"minLength": 1}}}}}} | false |
package.manifest.json | minLength | {"definitions": {"dashboard": {"properties": {"alias": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"definitions": {"dashboard": {"properties": {"view": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"definitions": {"dashboard": {"properties": {"sections": {"items": {"minLength": 1}}}}}} | false |
package.manifest.json | minLength | {"definitions": {"section": {"properties": {"name": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"definitions": {"section": {"properties": {"alias": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"definitions": {"contentApp": {"properties": {"name": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"definitions": {"contentApp": {"properties": {"alias": {"minLength": 1}}}}} | false |
package.manifest.json | minLength | {"properties": {"packageView": {"minLength": 1}}} | false |
package.manifest.json | minLength | {"properties": {"id": {"minLength": 14}}} | true |
package.manifest.json | minLength | {"properties": {"name": {"minLength": 2}}} | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.