definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"additionalProperties": false, "type": ["string", "object"], "patternProperties": {"^[1-9]\\d*$": {"type": "string"}}}
icon
webextension.json
{"additionalProperties": false, "required": ["key", "value"], "type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}}
envVar
container-structure-test.json
{"additionalProperties": false, "required": ["key", "value"], "type": "object", "properties": {"isRegex": {"type": "boolean"}, "key": {"type": "string"}, "value": {"type": "string"}}}
label
container-structure-test.json
{"required": ["title", "url"], "type": "object", "properties": {"url": {"type": "string", "format": "uri"}}}
SpecifRights
specif-1.1.json
{"type": "string"}
SpecifText
specif-1.1.json
{"pattern": "^[_a-zA-Z]{1}[_a-zA-Z0-9.-]*$", "type": "string"}
SpecifId
specif-1.1.json
{"enum": ["plain", "xhtml"], "type": "string"}
SpecifTextFormat
specif-1.1.json
{"type": "string", "format": "date-time"}
SpecifDateTime
specif-1.1.json
{"pattern": "^(?:[0-9a-zA-Z]+[.:,;/-])*[0-9a-zA-Z]+$", "type": "string"}
SpecifRevision
specif-1.1.json
{"uniqueItems": true, "items": {"enum": ["auto", "user"], "type": "string"}, "type": "array"}
SpecifInstantiation
specif-1.1.json
{"type": "string"}
SpecifIcon
specif-1.1.json
{"required": ["organizationName"], "type": "object", "properties": {"organizationName": {"type": "string"}}}
SpecifOrg
specif-1.1.json
{"additionalProperties": false, "type": "object", "properties": {"config": {"type": "object"}, "type": {"type": "string"}}}
HookData
config_schema.json
{"default": "", "enum": ["_TestFormatMessage", "ai_CheckGoalpipes", "ai_commTest", "ai_commTestStop", "ai_DebugAgent", "ai_debugMNMAgentType", "ai_dumpCheckpoints", "ai_MNMCalculateAccessibility", "ai_MNMComputeConnectedIslands", "ai_NavigationReloadConfig", "ai_Recorder_Start", "ai_Recorder_Stop", "ai_reload", "ai_res...
commands
cryproj.53.schema.json
{"default": "sys_target_platforms", "enum": ["a_poseAlignerDebugDraw", "a_poseAlignerEnable", "a_poseAlignerForceLock", "a_poseAlignerForceNoIntersections", "a_poseAlignerForceNoRootOffset", "a_poseAlignerForceTargetSmoothing", "a_poseAlignerForceWeightOne", "ac_ColliderModeAI", "ac_ColliderModePlayer", "ac_debugAnimEf...
cvars
cryproj.53.schema.json
{"items": {"properties": {"vcap-services": {"type": "boolean"}, "user-provided": {"type": "boolean"}, "vcap-application": {"type": "boolean"}}}, "type": "array"}
module-parameters-restart-on-env-change
mtad.json
{"type": "object", "properties": {"username": {"type": "string"}, "image": {"type": "string"}, "password": {"type": "string"}}}
module-parameters-docker
mtad.json
{"items": {"type": "string"}, "type": "array"}
module-parameters-domains
mtad.json
{"type": "string", "anyOf": [{"enum": ["org.cloudfoundry.managed-service", "org.cloudfoundry.existing-service", "org.cloudfoundry.existing-service-key", "org.cloudfoundry.user-provided-service", "configuration"]}, {"type": "string"}]}
resource-type
mtad.json
{"type": "object", "properties": {"content-target": {"type": "boolean"}}}
module-requires-parameters
mtad.json
{"pattern": "^[1-9][0-9]*(M|MB|G|GB|m|mb|g|gb)$", "type": "string"}
generic-memory
mtad.json
{"type": "object", "properties": {"routes": {"type": "boolean"}, "service-bindings": {"type": "boolean"}, "env": {"type": "boolean"}}}
module-parameters-keep-existing
mtad.json
{"items": {"required": ["route"], "type": "object", "properties": {"route": {"type": "string"}}}, "type": "array"}
module-parameters-routes
mtad.json
{"items": {"type": "string"}, "type": "array"}
module-parameters-buildpacks
mtad.json
{"type": "object", "properties": {"org": {"type": "string"}, "space": {"type": "string"}}}
resource-configuration-target
mtad.json
{"items": {"type": "string"}, "type": "array"}
module-parameters-hosts
mtad.json
{"type": "string", "anyOf": [{"enum": ["application", "binary", "business-logging", "com.sap.application.content", "com.sap.html5.application-content", "com.sap.portal.site-content", "com.sap.xs.hdi", "com.sap.xs.hdi-dynamic", "custom", "dotnet_core", "go", "java", "java.tomcat", "java.tomee", "javascript.nodejs", "nod...
module-type
mtad.json
{"type": "object", "properties": {"syslog-drain-url": {"type": "boolean"}, "plan": {"type": "boolean"}, "parameters": {"type": "boolean"}, "tags": {"type": "boolean"}}}
resource-skip-service-updates
mtad.json
{"additionalProperties": {"type": "object", "properties": {"optional": {"type": "boolean"}, "overwritable": {"type": "boolean"}}}, "type": "object"}
properties-metadata
mtad.json
{"enum": ["Unknown", "Game", "Server", "Client", "Editor", "Program"], "type": "string"}
BuildTargetType
uplugin.json
{"enum": ["Unknown", "Debug", "DebugGame", "Development", "Shipping", "Test"], "type": "string"}
BuildConfiguration
uplugin.json
{"additionalProperties": false, "required": ["name", "type"], "properties": {"version": {"type": "string"}, "type": {"enum": ["bower", "cargo", "carthage", "composer", "cpan", "renv", "gem", "git", "go", "hackage", "hex", "maven", "npm", "nuget", "paket", "pub", "pypi", "cocoapods", "swift", "url"]}, "name": {"minLengt...
referenced-app-dependency
fossa-deps.schema.json
{"enum": ["alpine", "centos", "debian", "redhat", "ubuntu", "oraclelinux", "busybox", "sles", "fedora"]}
os
fossa-deps.schema.json
{"additionalProperties": false, "required": ["name", "path"], "properties": {"path": {"minLength": 1, "type": "string"}, "version": {"type": "string"}, "name": {"minLength": 1, "type": "string"}}}
vendored-dependency
fossa-deps.schema.json
{"additionalProperties": false, "required": ["name", "url", "version"], "properties": {"url": {"minLength": 1, "type": "string"}, "version": {"type": "string"}, "name": {"minLength": 1, "type": "string"}, "metadata": {"type": "object", "properties": {"homepage": {"type": "string"}}}}}
remote-dependency
fossa-deps.schema.json
{"additionalProperties": false, "required": ["name", "version", "license"], "properties": {"version": {"minLength": 1, "type": "string"}, "name": {"minLength": 1, "type": "string"}, "license": {"minLength": 1, "type": "string"}, "metadata": {"type": "object", "properties": {"homepage": {"type": "string"}}}}}
custom-dependency
fossa-deps.schema.json
{"additionalProperties": false, "required": ["source"], "type": "object", "properties": {"source": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}}}
GraphQLHandlerCodeFirstConfiguration
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"onlyIndexed": {"type": "boolean"}, "operators": {"anyOf": [{"type": "boolean"}, {"type": "object", "properties": {}}]}, "isRequired": {"type": "boolean"}, "removeFields": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "filterTy...
FilterHelperArgsOpts
config-schema.json
{"additionalProperties": false, "required": ["field", "type", "path"], "type": "object", "properties": {"responseSample": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "argTypeMap": {"type": "object", "properties": {}}, "binary": {"type": ...
JsonSchemaHTTPOperation
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}, "argument": {"type": "string"}}}
RenameConfig
config-schema.json
{"additionalProperties": false, "required": ["queryFieldName"], "type": "object", "properties": {"args": {"type": "object", "properties": {}}, "queryFieldName": {"type": "string"}}}
ResolveReferenceObject
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"sortTypeName": {"type": "string"}}}
SortHelperArgsOpts
config-schema.json
{"additionalProperties": false, "required": ["graphqlEndpoint", "applicationUrl"], "type": "object", "properties": {"applicationUrl": {"type": "string"}, "usageEndpoint": {"type": "string"}, "graphqlEndpoint": {"type": "string"}}}
HiveSelfHostingOptions
config-schema.json
{"additionalProperties": false, "required": ["type", "field", "max", "ttl", "identifier"], "type": "object", "properties": {"field": {"type": "string"}, "max": {"type": "integer"}, "identifier": {"type": "string"}, "type": {"type": "string"}, "ttl": {"type": "integer"}}}
RateLimitTransformConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"defaultValue": {"type": "integer"}}}
LimitHelperArgsOpts
config-schema.json
{"additionalProperties": false, "required": ["type", "fieldName"], "type": "object", "properties": {"type": {"enum": ["query", "mutation", "Query", "Mutation"], "type": "string"}, "fieldName": {"type": "string"}}}
OASSelectQueryOrMutationFieldConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"fields": {"type": "string"}}}
FederationObjectKeyConfig
config-schema.json
{"additionalProperties": false, "required": ["source"], "type": "object", "properties": {"source": {"type": "string"}, "schemaHeaders": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}}}
SupergraphHandler
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "host": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "string"}}}
RedisConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"fields": {"type": "string"}}}
FederationFieldRequiresConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"size": {"type": "integer"}, "version": {"type": "number"}, "driver": {"items": {"enum": ["WEBSQL", "INDEXEDDB", "LOCALSTORAGE"], "type": "string"}, "additionalItems": false, "type": "array"}, "name": {"type": "string"}, "storeName": {"type": "string"}}}
LocalforageConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"deprecatedFields": {"anyOf": [{"type": "boolean"}, {"type": "string"}]}, "parse": {"anyOf": [{"type": "boolean"}, {"type": "string"}]}, "execute": {"anyOf": [{"type": "boolean"}, {"type": "string"}]}, "errors": {"anyOf": [{"type": "boolean"}, {"type": "s...
PrometheusConfig
config-schema.json
{"additionalProperties": false, "required": ["selectionSet"], "type": "object", "properties": {"selectionSet": {"type": "string"}}}
ComputedAnnotation
config-schema.json
{"additionalProperties": false, "required": ["selectionSet"], "type": "object", "properties": {"selectionSet": {"type": "string"}}}
KeyAnnotation
config-schema.json
{"additionalProperties": false, "required": ["author", "commit"], "type": "object", "properties": {"commit": {"type": "string"}, "serviceName": {"type": "string"}, "serviceUrl": {"type": "string"}, "author": {"type": "string"}}}
HiveReportingOptions
config-schema.json
{"additionalProperties": false, "required": ["queryFieldName"], "type": "object", "properties": {"keyField": {"type": "string"}, "queryFieldName": {"type": "string"}, "argsExpr": {"type": "string"}, "additionalArgs": {"type": "string"}, "key": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "k...
MergedRootFieldConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"type": "string"}, "fieldName": {"type": "string"}, "key": {"type": "string"}}}
GetFromMockStoreConfig
config-schema.json
{"additionalProperties": false, "required": ["type", "fieldName"], "type": "object", "properties": {"type": {"enum": ["query", "mutation", "Query", "Mutation"], "type": "string"}, "fieldName": {"type": "string"}}}
RAMLSelectQueryOrMutationFieldConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"includeDirs": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "defaults": {"type": "boolean"}}}
LoadOptions
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"ignore": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "value": {"type": "string"}, "includeRootOperations": {"type": "boolean"}, "mode": {"enum": ["bare", "wrap"], "type": "string"}, "includeTypes": {"type": "boolean"}}}
PrefixTransformConfig
config-schema.json
{"additionalProperties": false, "required": ["filters"], "type": "object", "properties": {"mode": {"enum": ["bare", "wrap"], "type": "string"}, "filters": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}}
FilterSchemaTransform
config-schema.json
{"additionalProperties": false, "required": ["namespace"], "type": "object", "properties": {"namespace": {"type": "string"}}}
CFWorkersKVCacheConfig
config-schema.json
{"additionalProperties": false, "required": ["hostName", "port", "serviceName", "idl"], "type": "object", "properties": {"protocol": {"enum": ["binary", "compact", "json"], "type": "string"}, "hostName": {"type": "string"}, "idl": {"type": "string"}, "serviceName": {"type": "string"}, "https": {"type": "boolean"}, "pat...
ThriftHandler
config-schema.json
{"additionalProperties": false, "required": ["selectionSet", "value"], "type": "object", "properties": {"selectionSet": {"type": "string"}, "value": {"type": "string"}}}
GraphQLHandlerhighestValueStrategyConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"isRequired": {"type": "boolean"}, "removeFields": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "recordTypeName": {"type": "string"}, "requiredFields": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}}
RecordHelperArgsOpts
config-schema.json
{"additionalProperties": false, "required": ["field", "type", "pubsubTopic"], "type": "object", "properties": {"responseSample": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "argTypeMap": {"type": "object", "properties": {}}, "type": {"en...
JsonSchemaPubSubOperation
config-schema.json
{"additionalProperties": false, "required": ["fieldName", "filterArgs"], "type": "object", "properties": {"filterArgs": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "fieldName": {"type": "string"}}}
HoistFieldTransformFieldPathConfigObject
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"type": {"type": "string"}, "fieldName": {"type": "string"}, "key": {"type": "string"}, "value": {"type": "string"}}}
UpdateMockStoreConfig
config-schema.json
{"additionalProperties": false, "required": ["sourceName", "sourceTypeName", "sourceFieldName", "keyField", "keysArg", "targetTypeName", "targetFieldName"], "type": "object", "properties": {"sourceFieldName": {"type": "string"}, "sourceName": {"type": "string"}, "requiredSelectionSet": {"type": "string"}, "keysArg": {"...
AdditionalStitchingBatchResolverObject
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"from": {"type": "string"}}}
FederationFieldOverrideConfig
config-schema.json
{"additionalProperties": false, "required": ["apply", "outputDir"], "type": "object", "properties": {"apply": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "outputDir": {"type": "string"}, "if": {"anyOf": [{"type": "string"}, {"type": "boolean"}]}}}
SnapshotPluginConfig
config-schema.json
{"additionalProperties": false, "required": ["source"], "type": "object", "properties": {"source": {"type": "string"}, "schemaHeaders": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "operationHeaders": {"type": "object", "properties": {}}}...
SoapHandler
config-schema.json
{"additionalProperties": false, "required": ["targetTypeName", "targetFieldName", "pubsubTopic"], "type": "object", "properties": {"targetTypeName": {"type": "string"}, "pubsubTopic": {"type": "string"}, "targetFieldName": {"type": "string"}, "result": {"type": "string"}, "filterBy": {"type": "string"}}}
AdditionalSubscriptionObject
config-schema.json
{"additionalProperties": false, "required": ["field", "invalidate"], "type": "object", "properties": {"field": {"type": "string"}, "invalidate": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}}
LiveQueryInvalidation
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"fields": {"type": "string"}}}
FederationFieldProvidesConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"origin": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "allowedHeaders": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "preflightContinue": {"typ...
CorsConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"indices": {"type": "boolean"}, "commaRoundTrip": {"type": "boolean"}, "arrayFormat": {"enum": ["indices", "brackets", "repeat", "comma"], "type": "string"}}}
QueryStringOptions
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}}}
FederationFieldTagConfig
config-schema.json
{"additionalProperties": false, "required": ["names"], "type": "object", "properties": {"names": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}}
SerializeHeadersConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"rejectUnauthorized": {"type": "boolean"}, "ca": {"type": "string"}}}
MySQLSSLOptions
config-schema.json
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"config": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "name": {"type": "string"}}}
PubSubConfig
config-schema.json
{"additionalProperties": false, "required": ["type", "field"], "type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}}}
ReplaceFieldConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"typeNames": {"enum": ["camelCase", "capitalCase", "constantCase", "dotCase", "headerCase", "noCase", "paramCase", "pascalCase", "pathCase", "sentenceCase", "snakeCase", "upperCase", "lowerCase"], "type": "string"}, "enumValues": {"enum": ["camelCase", "c...
NamingConventionTransformConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"selectionSetDepth": {"type": "integer"}}}
GenerateOperationsConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"perPage": {"type": "integer"}}}
PaginationResolverOpts
config-schema.json
{"additionalProperties": false, "required": ["endpoint"], "type": "object", "properties": {"endpoint": {"type": "string"}, "schemaHeaders": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "credentials": {"enum": ["omit", "include"], "type": ...
GraphQLHandlerHTTPConfiguration
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "search": {"type": "string"}, "protocol": {"type": "string"}, "hostname": {"type": "string"}, "baseURL": {"type": "string"}, "pathname": {"type": "string"}, "hash": {"type": "string"}, "password": {"type": "string"}, "port"...
URLPatternObj
config-schema.json
{"additionalProperties": false, "required": ["endpoint"], "type": "object", "properties": {"endpoint": {"type": "string"}, "schemaHeaders": {"type": "object", "properties": {}}, "batch": {"enum": ["multipart", "json"], "type": "string"}, "expandNavProps": {"type": "boolean"}, "source": {"type": "string"}, "operationHea...
ODataHandler
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"db": {"type": "string"}, "infile": {"type": "string"}}}
TuqlHandler
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}}}
FileCacheConfig
config-schema.json
{"additionalProperties": false, "required": ["buffer"], "type": "object", "properties": {"buffer": {"type": "string"}}}
StatsdClientBufferHolder
config-schema.json
{"additionalProperties": false, "required": ["sourceName", "sourceTypeName", "sourceFieldName", "targetTypeName", "targetFieldName"], "type": "object", "properties": {"sourceFieldName": {"type": "string"}, "sourceName": {"type": "string"}, "requiredSelectionSet": {"type": "string"}, "sourceArgs": {"type": "object", "pr...
AdditionalStitchingResolverObject
config-schema.json
{"additionalProperties": false, "required": ["resolver", "composer"], "type": "object", "properties": {"resolver": {"type": "string"}, "composer": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}}}
ResolversCompositionTransformObject
config-schema.json
{"additionalProperties": false, "required": ["endpoint", "username", "password"], "type": "object", "properties": {"username": {"type": "string"}, "endpoint": {"type": "string"}, "database": {"type": "string"}, "source": {"type": "string"}, "password": {"type": "string"}, "alwaysIncludeRelationships": {"type": "boolean...
Neo4jHandler
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"skipPruning": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "skipUnimplementedInterfacesPruning": {"type": "boolean"}, "skipUnusedTypesPruning": {"type": "boolean"}, "skipEmptyUnionPruning": {"type": "boolean"}, "skipEmptyComp...
PruneTransformConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"errorMessage": {"type": "string"}}}
MaskedErrorsPluginConfig
config-schema.json
{"additionalProperties": false, "required": ["operation"], "type": "object", "properties": {"matchKey": {"type": "string"}, "operation": {"type": "string"}}}
CacheEffectingOperationConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"includeRawResult": {"type": "boolean"}, "includeExecuteVariables": {"type": "boolean"}, "trackResolvers": {"type": "boolean"}, "includeResolverArgs": {"type": "boolean"}, "rootFieldsNaming": {"type": "boolean"}, "includeOperationDocument": {"type": "bool...
NewrelicConfig
config-schema.json
{"additionalProperties": false, "type": "object", "properties": {"contextOptions": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "appendPlugins": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "subscriptions": {"...
PostGraphileHandler
config-schema.json
{"additionalProperties": false, "required": ["key", "cert"], "type": "object", "properties": {"cert": {"type": "string"}, "key": {"type": "string"}}}
HTTPSConfig
config-schema.json