schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
mongodb-atlas-search-index-definition.json
synonyms
Synonym mappings to use in your index.
{"type": "array", "items": {}}
xs-app.json
Application Router Configuration Schema
{"$schema": "http://json-schema.org/draft-07/schema#", "definitions": {"sourceSchema": {"type": ["string", "object"], "minLength": 1, "format": "regex", "additionalProperties": false, "properties": {"path": {"type": "string", "minLength": 1, "format": "regex"}, "matchCase": {"type": "boolean"}}, "required": ["path"]}, "scopesSchema": {"type": ["string", "array", "object"], "minProperties": 1, "additionalProperties": false, "properties": {"GET": {}, "POST": {}, "HEAD": {}, "PUT": {}, "DELETE": {}, "TRACE": {}, "PATCH": {}, "OPTIONS": {}, "CONNECT": {}, "default": {}}, "minLength": 1, "minItems": 1, "items": {"type": "string", "minLength": 1}}, "scopeTemplate": {"type": ["string", "array"], "minLength": 1, "minItems": 1, "items": {"type": "string", "minLength": 1}}}, "properties": {"welcomeFile": {"type": "string", "minLength": 1}, "authenticationMethod": {"type": "string", "enum": ["none", "route"]}, "sessionTimeout": {"type": "integer", "minimum": 1}, "pluginMetadataEndpoint": {"type": "string", "minLength": 1, "format": "relative-uri"}, "routes": {"type": "array", "items": {"type": "object", "additionalProperties": false, "format": "route-rules", "properties": {"source": {}, "httpMethods": {"type": "array", "minItems": 1, "items": {"type": "string", "enum": ["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT", "TRACE", "PATCH"]}}, "target": {"type": "string", "minLength": 1, "format": "relative-uri"}, "destination": {"type": "string", "minLength": 1}, "localDir": {"type": "string", "minLength": 1}, "csrfProtection": {"type": "boolean"}, "service": {"type": "string"}, "endpoint": {"type": "string"}, "authenticationType": {"type": "string", "enum": ["xsuaa", "basic", "none"]}, "identityProvider": {"type": "string", "minLength": 1}, "scope": {}, "replace": {"type": "object", "required": ["pathSuffixes"], "additionalProperties": false, "properties": {"pathSuffixes": {"type": "array", "items": {"type": "string", "minLength": 1, "format": "relative-uri"}}, "vars": {"type": "array", "items": {"type": "string", "minLength": 1}}, "services": {"type": "object"}}}, "cacheControl": {"type": "string", "minLength": 1, "format": "valid-header-value"}}, "required": ["source"]}}, "destinations": {"type": "object", "format": "destinations-rules", "additionalProperties": {"type": "object", "additionalProperties": false, "properties": {"logoutPath": {"type": "string", "minLength": 1, "format": "relative-uri"}, "logoutMethod": {"type": "string", "enum": ["PUT", "POST", "GET"]}}}}, "services": {"type": "object", "format": "services-rules", "additionalProperties": {"type": "object", "additionalProperties": false, "properties": {"endpoint": {"type": "string", "minLength": 1}, "logoutPath": {"type": "string", "minLength": 1, "format": "relative-uri"}, "logoutMethod": {"type": "string", "enum": ["PUT", "POST", "GET"]}}}}, "logout": {"type": "object", "additionalProperties": false, "format": "logout-rules", "properties": {"logoutEndpoint": {"type": "string", "minLength": 1, "format": "relative-uri"}, "logoutPage": {"type": "string", "minLength": 1, "format": "uri"}}}, "login": {"type": "object", "additionalProperties": false, "properties": {"callbackEndpoint": {"type": "string", "minLength": 1, "format": "relative-uri"}}, "required": ["callbackEndpoint"]}, "whitelistService": {"type": "object", "additionalProperties": false, "properties": {"endpoint": {"type": "string", "minLength": 1, "format": "relative-uri"}}, "required": ["endpoint"]}, "compression": {"type": "object", "additionalProperties": false, "properties": {"enabled": {"type": "boolean"}, "minSize": {"type": "integer", "minimum": 1}}}, "websockets": {"type": "object", "additionalProperties": false, "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "errorPage": {"type": "array", "additionalProperties": false, "items": {"type": "object", "required": ["status", "file"], "properties": {"status": {"type": ["integer", "array"], "minimum": 1, "minItems": 1, "uniqueItems": true, "items": {"type": "integer", "minimum": 1}}, "file": {"type": "string", "minLength": 1, "format": "local-file"}}}}}, "type": "object"}
workspace-schema.json
newProjectRoot
Path where new projects will be created.
{"type": "string"}
workspace-schema.json
schematicCollections
The list of schematic collections to use.
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
workspace-schema.json
packageManager
Specify which package manager tool to use.
{"type": "string", "enum": ["npm", "cnpm", "yarn", "pnpm"]}
workspace-schema.json
warnings
Control CLI specific console warnings
{"type": "object", "properties": {"versionMismatch": {"type": "boolean"}}, "additionalProperties": false}
workspace-schema.json
versionMismatch
Show a warning when the global version is newer than the local one.
{"type": "boolean"}
workspace-schema.json
analytics
Share pseudonymous usage data with the Angular Team at Google.
{"type": ["boolean", "string"]}
workspace-schema.json
cache
Control disk cache.
{"type": "object", "properties": {"environment": {"type": "string", "enum": ["local", "ci", "all"]}, "enabled": {"type": "boolean"}, "path": {"type": "string"}}, "additionalProperties": false}
workspace-schema.json
environment
Configure in which environment disk cache is enabled.
{"type": "string", "enum": ["local", "ci", "all"]}
workspace-schema.json
enabled
Configure whether disk caching is enabled.
{"type": "boolean"}
workspace-schema.json
path
Cache base path.
{"type": "string"}
workspace-schema.json
schematicCollections
The list of schematic collections to use.
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
workspace-schema.json
packageManager
Specify which package manager tool to use.
{"type": "string", "enum": ["npm", "cnpm", "yarn", "pnpm"]}
workspace-schema.json
warnings
Control CLI specific console warnings
{"type": "object", "properties": {"versionMismatch": {"type": "boolean"}}, "additionalProperties": false}
workspace-schema.json
versionMismatch
Show a warning when the global version is newer than the local one.
{"type": "boolean"}
workspace-schema.json
analytics
Share pseudonymous usage data with the Angular Team at Google.
{"type": ["boolean", "string"]}
workspace-schema.json
completion
Angular CLI completion settings.
{"type": "object", "properties": {"prompted": {"type": "boolean"}}, "additionalProperties": false}
workspace-schema.json
prompted
Whether the user has been prompted to add completion command prompt.
{"type": "boolean"}
workspace-schema.json
fileVersion
File format version
{"type": "integer", "minimum": 1}
workspace-schema.json
schematicCollections
The list of schematic collections to use.
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
workspace-schema.json
prefix
The prefix to apply to generated selectors.
{"type": "string", "format": "html-selector"}
workspace-schema.json
root
Root of the project files.
{"type": "string"}
workspace-schema.json
sourceRoot
The root of the source files, assets and index.html file structure.
{"type": "string"}
workspace-schema.json
projectType
Project type.
{"type": "string", "enum": ["application", "library"]}
workspace-schema.json
i18n
Project i18n options
{"type": "object", "properties": {"sourceLocale": {"oneOf": [{"type": "string", "default": "en-US", "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})+)?$"}, {"type": "object", "properties": {"code": {"type": "string", "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})+)?$"}, "baseHref": {"type": "string"}}, "additionalProperties": false}]}, "locales": {"type": "object", "additionalProperties": false, "patternProperties": {"^[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})+)?$": {"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string", "uniqueItems": true}}, {"type": "object", "properties": {"translation": {"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string", "uniqueItems": true}}]}, "baseHref": {"type": "string"}}, "additionalProperties": false}]}}}}, "additionalProperties": false}
workspace-schema.json
sourceLocale
Specifies the source locale of the application.
{"type": "string", "default": "en-US", "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})+)?$"}
workspace-schema.json
sourceLocale
Localization options to use for the source locale
{"type": "object", "properties": {"code": {"type": "string", "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})+)?$"}, "baseHref": {"type": "string"}}, "additionalProperties": false}
workspace-schema.json
code
Specifies the locale code of the source locale
{"type": "string", "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})+)?$"}
workspace-schema.json
baseHref
HTML base HREF to use for the locale (defaults to the locale code)
{"type": "string"}
workspace-schema.json
^[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})+)?$
Localization file to use for i18n
{"type": "string"}
workspace-schema.json
^[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})+)?$
Localization files to use for i18n
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
workspace-schema.json
^[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})+)?$
Localization options to use for the locale
{"type": "object", "properties": {"translation": {"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string", "uniqueItems": true}}]}, "baseHref": {"type": "string"}}, "additionalProperties": false}
workspace-schema.json
translation
Localization file to use for i18n
{"type": "string"}
workspace-schema.json
translation
Localization files to use for i18n
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
workspace-schema.json
baseHref
HTML base HREF to use for the locale (defaults to the locale code)
{"type": "string"}
workspace-schema.json
builder
The builder used for this package.
{"type": "string", "not": {"enum": ["@angular-devkit/build-angular:application", "@angular-devkit/build-angular:app-shell", "@angular-devkit/build-angular:browser", "@angular-devkit/build-angular:browser-esbuild", "@angular-devkit/build-angular:dev-server", "@angular-devkit/build-angular:extract-i18n", "@angular-devkit/build-angular:karma", "@angular-devkit/build-angular:jest", "@angular-devkit/build-angular:protractor", "@angular-devkit/build-angular:server", "@angular-devkit/build-angular:ng-packagr"]}}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
configurations
A map of alternative target options.
{"type": "object", "additionalProperties": {"type": "object"}}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
workspace-schema.json
defaultConfiguration
A default named configuration to use when a target configuration is not provided.
{"type": "string"}
paper-plugin.json
JSON schema for Paper Plugin YAML
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": {"plugin-name": {"type": "string", "pattern": "^[A-Za-z0-9_\\.-]+$"}, "plugin-class": {"type": "string", "pattern": "^(?!io\\.papermc\\.)([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*$"}, "perm-default": {"enum": ["true", "false", "op", "notop"]}, "permission": {"type": "object", "properties": {"default": {}, "children": {"oneOf": [{"type": "array", "items": {"type": "string"}}, {"type": "object", "additionalProperties": {"oneOf": [{"type": "boolean"}, {}]}}]}}, "additionalProperties": false}, "dependency": {"type": "object", "properties": {"load": {"enum": ["AFTER", "BEFORE", "OMIT"]}, "join-classpath": {"type": "boolean"}, "required": {"type": "boolean"}}, "additionalProperties": false}, "dependency-group": {"type": "object", "additionalProperties": {}}}, "properties": {"name": {}, "main": {"examples": ["com.example.ExamplePlugin"]}, "bootstrapper": {"examples": ["com.example.ExamplePluginBoostrapper"]}, "loader": {"examples": ["com.example.ExamplePluginLoader"]}, "provides": {"type": "array", "uniqueItems": true, "items": {}}, "has-open-classloader": {"type": "boolean"}, "version": {"type": ["string"]}, "authors": {"type": "array", "items": {"type": "string", "uniqueItems": true}}, "contributors": {"type": "array", "items": {"type": "string", "uniqueItems": true}}, "website": {"type": "string"}, "prefix": {"type": "string"}, "load": {"enum": ["STARTUP", "POSTWORLD"]}, "default-perm": {}, "permissions": {"additionalProperties": {}}, "api-version": {"type": "string", "pattern": "^1\\.\\d{2}$", "examples": ["1.19", "1.20"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {}, "server": {}}, "additionalProperties": false}}, "required": ["name", "version", "main", "api-version"], "type": "object"}
paper-plugin.json
permission
A permission for this plugin
{"type": "object", "properties": {"default": {}, "children": {"oneOf": [{"type": "array", "items": {"type": "string"}}, {"type": "object", "additionalProperties": {"oneOf": [{"type": "boolean"}, {}]}}]}}, "additionalProperties": false}
paper-plugin.json
default
Default for this permission
{}
paper-plugin.json
additionalProperties
False to not inherit the parent permission.
{"type": "boolean"}
paper-plugin.json
dependency
A plugin dependency
{"type": "object", "properties": {"load": {"enum": ["AFTER", "BEFORE", "OMIT"]}, "join-classpath": {"type": "boolean"}, "required": {"type": "boolean"}}, "additionalProperties": false}
paper-plugin.json
load
Where to load this dependency in relation to the plugin. Defaults to OMIT
{"enum": ["AFTER", "BEFORE", "OMIT"]}
paper-plugin.json
join-classpath
Whether this dependency's classpath should be joined by the plugin. Defaults to true
{"type": "boolean"}
paper-plugin.json
required
Whether this dependency is required for the plugin to load. Defaults to true
{"type": "boolean"}
paper-plugin.json
name
The name of the plugin
{}
paper-plugin.json
main
The main class of the plugin
{"examples": ["com.example.ExamplePlugin"]}
paper-plugin.json
bootstrapper
The main class of the custom bootstrapper for the plugin
{"examples": ["com.example.ExamplePluginBoostrapper"]}
paper-plugin.json
loader
The main class of the custom plugin loader for the plugin
{"examples": ["com.example.ExamplePluginLoader"]}
paper-plugin.json
provides
Satisfies dependency requirements as this plugin. When resolving dependencies, if a plugin requires a plugin in this list, this plugin will satisfy it.
{"type": "array", "uniqueItems": true, "items": {}}
paper-plugin.json
has-open-classloader
Whether the plugin should have its classloader public to other paper plugins
{"type": "boolean"}
paper-plugin.json
version
The version of the plugin
{"type": ["string"]}
paper-plugin.json
description
The description of the plugin
{"type": "string"}
paper-plugin.json
authors
Main authors of the plugin
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
paper-plugin.json
contributors
Other contributors to the plugin
{"type": "array", "items": {"type": "string", "uniqueItems": true}}
paper-plugin.json
website
Plugin website
{"type": "string"}
paper-plugin.json
prefix
Log prefix for this plugin. Defaults to the plugin name
{"type": "string"}
paper-plugin.json
load
When to load this plugin. Defaults to POSTWORLD.
{"enum": ["STARTUP", "POSTWORLD"]}
paper-plugin.json
default-perm
Default value for permissions. Defaults to 'op'
{}
paper-plugin.json
permissions
Permissions for this plugin
{"additionalProperties": {}}
paper-plugin.json
api-version
The API version of the plugin
{"type": "string", "pattern": "^1\\.\\d{2}$", "examples": ["1.19", "1.20"]}
paper-plugin.json
dependencies
Plugin dependencies.
{"type": "object", "properties": {"bootstrap": {}, "server": {}}, "additionalProperties": false}
paper-plugin.json
bootstrap
Depenencies for the plugin bootstrapper
{}
paper-plugin.json
server
Depenencies for the server
{}
minecraft-lang.json
A language for a Minecraft resource pack config schema
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": {"type": "string"}, "type": "object"}
schema-org-place.json
This is a JSON schema representation of the schema.org Place schema: https://schema.org/Place
{"$schema": "http://json-schema.org/draft-04/schema#", "anyOf": [{}], "id": "https://json.schemastore.org/schema-org-place.json", "properties": {"@context": {"type": "string", "format": "regex", "pattern": "http://schema.org"}, "@type": {"type": "string", "format": "regex", "pattern": "Place"}, "additionalProperty": {"type": "array", "items": {"type": "object"}}, "address": {"oneOf": [{"type": "object"}, {"type": "string"}]}, "aggregateRating": {"type": "object"}, "amenityFeature": {"type": "array", "items": {"type": "object"}}, "branchCode": {"type": "string"}, "containedInPlace": {}, "containsPlace": {}, "event": {"type": "object"}, "faxNumber": {"type": "string"}, "geo": {"oneOf": [{"type": "object"}, {"type": "object"}]}, "globalLocationNumber": {"type": "string", "format": "regex", "pattern": "\\b\\d{13}\\b"}, "hasMap": {"oneOf": [{"type": "string", "format": "uri"}, {"type": "object"}]}, "isicV4": {"type": "string"}, "logo": {"oneOf": [{"type": "object"}, {"type": "string", "format": "uri"}]}, "openingHoursSpecification": {"type": "object"}, "photo": {"anyOf": [{"type": "array", "items": {"type": "object"}}, {"type": "array", "items": {"type": "object"}}]}, "review": {"type": "array", "items": {"type": "object"}}, "smokingAllowed": {"type": "boolean"}, "specialOpeningHoursSpecification": {"type": "array", "items": {"type": "object"}}, "telephone": {"type": "string"}}, "required": ["@type"], "type": "object"}
schema-org-place.json
@context
override the @context property to ensure the schema.org URI is used
{"type": "string", "format": "regex", "pattern": "http://schema.org"}
schema-org-place.json
@type
override the @type property to ensure Place is used
{"type": "string", "format": "regex", "pattern": "Place"}
schema-org-place.json
additionalProperty
A property-value pair representing an additional characteristics of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.
{"type": "array", "items": {"type": "object"}}
schema-org-place.json
items
PropertyValue
{"type": "object"}
schema-org-place.json
address
PostalAddress
{"type": "object"}
schema-org-place.json
address
Physical address of the item.
{"type": "string"}
schema-org-place.json
aggregateRating
AggregateRating -- The overall rating, based on a collection of reviews or ratings, of the item.
{"type": "object"}
schema-org-place.json
amenityFeature
An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.
{"type": "array", "items": {"type": "object"}}
schema-org-place.json
items
LocationFeatureSpecification
{"type": "object"}
schema-org-place.json
branchCode
A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.
{"type": "string"}
schema-org-place.json
containedInPlace
Place
{}
schema-org-place.json
containsPlace
Place
{}
schema-org-place.json
event
Event
{"type": "object"}
schema-org-place.json
faxNumber
The fax number.
{"type": "string"}
schema-org-place.json
geo
The geo coordinates of the place.
{"oneOf": [{"type": "object"}, {"type": "object"}]}
schema-org-place.json
geo
GeoCoordinates
{"type": "object"}
schema-org-place.json
geo
GeoShape
{"type": "object"}
schema-org-place.json
globalLocationNumber
The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.
{"type": "string", "format": "regex", "pattern": "\\b\\d{13}\\b"}
schema-org-place.json
hasMap
A URL to a map of the place. Supersedes map, maps.
{"oneOf": [{"type": "string", "format": "uri"}, {"type": "object"}]}
schema-org-place.json
hasMap
Map
{"type": "object"}
schema-org-place.json
isicV4
The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.
{"type": "string"}