schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
jshintrc.json | jasmine | [Environment] Jasmine unit testing framework | {"type": "boolean", "default": false} |
jshintrc.json | jquery | [Environment] jQuery | {"type": "boolean", "default": false} |
jshintrc.json | mocha | [Environment] Mocha unit testing framework | {"type": "boolean", "default": false} |
jshintrc.json | module | [Environment] ES6 module | {"type": "boolean", "default": false} |
jshintrc.json | mootools | [Environment] MooTools | {"type": "boolean", "default": false} |
jshintrc.json | node | [Environment] Node.js | {"type": "boolean", "default": false} |
jshintrc.json | nonstandard | [Environment] Widely adopted globals (escape, unescape, etc) | {"type": "boolean", "default": false} |
jshintrc.json | phantom | [Environment] PhantomJS runtime environment | {"type": "boolean", "default": false} |
jshintrc.json | prototypejs | [Environment] Prototype JavaScript framework | {"type": "boolean", "default": false} |
jshintrc.json | rhino | [Environment] Rhino | {"type": "boolean", "default": false} |
jshintrc.json | shelljs | [Environment] Defines globals exposed by the ShellJS library | {"type": "boolean", "default": false} |
jshintrc.json | typed | [Environment] Defines globals for typed array constructors | {"type": "boolean", "default": false} |
jshintrc.json | worker | [Environment] Web Workers | {"type": "boolean", "default": false} |
jshintrc.json | wsh | [Environment] Windows Scripting Host | {"type": "boolean", "default": false} |
jshintrc.json | yui | [Environment] Yahoo User Interface | {"type": "boolean", "default": false} |
jshintrc.json | globals | Specify a white list of global variables that are not formally defined in the source code | {"type": "object", "additionalProperties": {"type": "boolean"}} |
jshintrc.json | additionalProperties | Name of the global. Set to `true` for read/write, `false` for read-only. | {"type": "boolean"} |
jshintrc.json | extends | Specify the path to another configuration file to use as a base, relative to the current file | {"type": "string"} |
jshintrc.json | overrides | Specify the options that should only be applied to files matching a given path pattern | {"type": "object", "additionalProperties": {"type": "object"}} |
jshintrc.json | additionalProperties | The path pattern to apply the given options to | {"type": "object"} |
liquibase-flow-file-latest.json | include | Include other properties files as global variables, accessible in any stage. The key value pairs in the included file are imported with a prefix appended; the prefix is specified here as the key. | {} |
liquibase-flow-file-latest.json | globalVariables | Variables which can be accessed in any stage. Variables can be used in the definition of other variables, and may be defined in any order. | {} |
liquibase-flow-file-latest.json | endStage | This stage runs after all of the stages in the stages block. The end stage is guaranteed to execute. If there is an exception in any stage, the end stage will still execute. | {} |
liquibase-flow-file-latest.json | stageVariables | Variables which can be accessed only in this stage. Variables can be used in the definition of other variables, and may be defined in any order. | {} |
liquibase-flow-file-latest.json | actions | The actions to run in this stage. | {"type": "array", "items": {}} |
liquibase-flow-file-latest.json | if | Conditional control of whether the stage is executed or skipped | {"type": ["string", "null"]} |
liquibase-flow-file-latest.json | type | Specify the type of the action. If omitted or left empty, it is assumed that the type is 'liquibase'. | {"type": ["string", "null"]} |
liquibase-flow-file-latest.json | if | Conditional control of whether the stage is executed or skipped | {"type": ["string", "null"]} |
fabric.mod.json | adapter | The language adapter to use | {"type": "string", "default": "default"} |
fabric.mod.json | value | The entrypoint function or class | {"type": "string"} |
fabric.mod.json | entrypoint | The entrypoint function or class | {"type": "string"} |
fabric.mod.json | email | Contact e-mail pertaining to the mod | {"type": "string"} |
fabric.mod.json | irc | IRC channel pertaining to the mod. Must be of a valid URL format | {"type": "string"} |
fabric.mod.json | homepage | Project or user homepage. Must be a valid HTTP/HTTPS address | {"type": "string"} |
fabric.mod.json | issues | Project issue tracker. Must be a valid HTTP/HTTPS address | {"type": "string"} |
fabric.mod.json | sources | Project source code repository. Must be a valid URL | {"type": "string"} |
fabric.mod.json | additionalProperties | Custom contact or profile informations | {"type": "string"} |
fabric.mod.json | environment | The environment where this mod will be loaded | {"type": "string", "enum": ["*", "client", "server"]} |
fabric.mod.json | file | A string value pointing to a path from the root of the JAR to a nested JAR which should be loaded alongside the outer mod JAR | {"type": "string"} |
fabric.mod.json | person | The name of the person | {"type": "string"} |
fabric.mod.json | name | The name of the person | {"type": "string"} |
fabric.mod.json | contact | Contact information for the person | {} |
fabric.mod.json | versionRanges | Multiple version ranges that are combined with an "OR" relationship - only one of the ranges needs to match | {"type": "array", "items": {}} |
fabric.mod.json | versionRange | A version range that matches versions. The following variants are supported:
- A single asterisk matches any version.
- Ranges following NPM semver specification including >=, >, =, <, <=, X-ranges (1.x), tilde ranges (fixed minor) and caret ranges (fixed major).
- Additionally exact string matches will always be performed. | {"type": "string", "x-intellij-html-description": "<p>A version range or an array of those that match versions. The following variants are supported:</p><ul><li><code>*</code> matches any version.</li><li>Ranges following <a href=\"https://docs.npmjs.com/about-semantic-versioning\">NPM semver specification</a>:<ul><li><code>>=</code>, <code>></code>, <code>=</code>, <code><</code> and <code><</code></li><li>X-ranges to specify variable components, e.g. <code>1.x</code></li><li>tilde ranges that allow patch version changes, e.g. <code>~1.2.3</code></li><li>caret ranges that allow up to minor version changes, e.g. <code>^1.2.3</code></li></ul></li><li>Exact string matches are always performed as well.</li></ul><p>If an array of ranges is used, they're treated as in an \"OR\" relationship - only one of the ranges needs to match.</p>"} |
fabric.mod.json | id | The mod identifier | {"type": "string", "pattern": "^[a-z][a-z0-9-_]{1,63}$"} |
fabric.mod.json | version | The mod version | {"type": "string"} |
fabric.mod.json | schemaVersion | The version of the fabric.mod.json schema | {"type": "integer", "const": 1} |
fabric.mod.json | entrypoints | The entrypoints used by this mod | {"type": "object", "properties": {"main": {"type": "array", "items": {}}, "client": {"type": "array", "items": {}}, "server": {"type": "array", "items": {}}, "preLaunch": {"type": "array", "items": {}}, "fabric-datagen": {"type": "array", "items": {}}, "fabric-gametest": {"type": "array", "items": {}}}, "additionalProperties": {"type": "array", "items": {}}} |
fabric.mod.json | main | The entrypoint for all environments (classes must implement ModInitializer) | {"type": "array", "items": {}} |
fabric.mod.json | client | The entrypoint for the client environment (classes must implement ClientModInitializer) | {"type": "array", "items": {}} |
fabric.mod.json | server | The entrypoint for the server environment (classes must implement DedicatedServerModInitializer) | {"type": "array", "items": {}} |
fabric.mod.json | preLaunch | The entrypoint called just before the game instance is created (classes must implement PreLaunchEntrypoint) | {"type": "array", "items": {}} |
fabric.mod.json | fabric-datagen | The entrypoint for the data generator environment (classes must implement DataGeneratorEntrypoint) | {"type": "array", "items": {}} |
fabric.mod.json | fabric-gametest | The entrypoint for the Game Test environment (classes must implement FabricGameTest) | {"type": "array", "items": {}} |
fabric.mod.json | additionalProperties | Custom mod entrypoints | {"type": "array", "items": {}} |
fabric.mod.json | jars | Contains an array of nestedJar objects | {"type": "array", "items": {}} |
fabric.mod.json | languageAdapters | A string→string dictionary, connecting namespaces to LanguageAdapter implementations | {"type": "object", "additionalProperties": {"type": "string"}} |
fabric.mod.json | items | Path to mixin file from the root of the JAR | {"type": "string"} |
fabric.mod.json | config | Path to mixin file from the root of the JAR | {"type": "string"} |
fabric.mod.json | accessWidener | Path to an access widener definition file | {"type": "string"} |
fabric.mod.json | depends | id→versionRange map for dependencies. Failure to meet these causes a hard failure | {"type": "object", "additionalProperties": {}} |
fabric.mod.json | recommends | id→versionRange map for dependencies. Failure to meet these causes a soft failure (warning) | {"type": "object", "additionalProperties": {}} |
fabric.mod.json | suggests | id→versionRange map for dependencies. Are not matched and are mainly used as metadata | {"type": "object", "additionalProperties": {}} |
fabric.mod.json | conflicts | id→versionRange map for dependencies. A successful match causes a soft failure (warning) | {"type": "object", "additionalProperties": {}} |
fabric.mod.json | breaks | id→versionRange map for dependencies. A successful match causes a hard failure | {"type": "object", "additionalProperties": {}} |
fabric.mod.json | name | Name of the mod | {"type": "string"} |
fabric.mod.json | description | Description of the mod | {"type": "string"} |
fabric.mod.json | authors | The direct authorship information | {"type": "array", "items": {}} |
fabric.mod.json | contributors | Contributors to this mod | {"type": "array", "items": {}} |
fabric.mod.json | contact | Contact information for the mod | {} |
fabric.mod.json | license | The license the mod uses | {"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string"}}]} |
fabric.mod.json | icon | The path to a single .PNG file from the root of the JAR | {"type": "string"} |
fabric.mod.json | icon | A string→string dictionary, where the keys conform to widths of each PNG file, and the values are said files' paths | {"type": "object", "propertyNames": {"pattern": "^[1-9][0-9]*$"}, "additionalProperties": {"type": "string"}} |
fabric.mod.json | additionalProperties | The path to a single .PNG file from the root of the JAR | {"type": "string"} |
fabric.mod.json | custom | A map of namespace:id→value for custom data fields. | {"type": "object"} |
license-report-config.json | output | license report output format | {"default": "json", "enum": ["json", "table", "csv", "html"], "type": "string"} |
license-report-config.json | html | HTML output format | {"type": "object", "properties": {"cssFile": {"default": "path.resolve(__dirname, '..', 'defaultHtmlStyle.css')", "type": "string"}, "tableify": {"type": "object"}}} |
license-report-config.json | tableify | passed directly to tableify (see: https://github.com/kessler/node-tableify) | {"type": "object"} |
license-report-config.json | delimiter | CSV output format | {"default": ",", "type": "string"} |
license-report-config.json | escapeCsvFields | CSV output format: escape fields containing delimiter character | {"default": "false", "type": "boolean"} |
license-report-config.json | only | export deps. or deps/dev-/opt-/peer- deps. falsey -> output everything | {"default": "null", "type": "object"} |
license-report-config.json | registry | NPM registry URL | {"default": "https://registry.npmjs.org/", "type": "string"} |
license-report-config.json | exclude | package names that will be excluded from the report | {"items": {"type": "string"}, "type": "array"} |
license-report-config.json | fields | fields participating in the report and their order | {"items": {"enum": ["department", "relatedTo", "name", "licensePeriod", "material", "licenseType", "link", "remoteVersion", "installedVersion", "author"], "type": "string"}, "type": "array"} |
license-report-config.json | comment | export deps. or deps/dev-/opt-/peer- deps. falsey -> output everything | {"properties": {"label": {"type": "string", "default": "comment"}, "value": {"type": "string", "default": ""}}, "type": "object"} |
license-report-config.json | package | path to the package.json | {"default": "./package.json", "type": "string"} |
box.schema.json | Configuration file for a CFML package | {"$schema": "http://json-schema.org/draft-07/schema#", "definitions": {"engine": {"type": "object", "properties": {"type": {"type": "string", "enum": ["railo", "lucee", "adobe"]}, "version": {"type": "string", "default": ""}}}, "dependency": {"type": "object", "additionalProperties": {"type": "string"}}, "person": {"type": ["object", "string"], "required": ["name"], "properties": {"name": {"type": "string"}, "url": {"type": "string", "format": "uri"}, "email": {"type": "string", "format": "email"}}}}, "type": "object", "properties": {"name": {"type": "string", "default": ""}, "slug": {"type": "string", "pattern": "^[\\w@-]*$", "maxLength": 250, "default": ""}, "version": {"type": "string", "default": ""}, "author": {"type": "string", "default": ""}, "location": {"type": "string", "default": ""}, "directory": {"type": "string", "default": ""}, "createPackageDirectory": {"type": "boolean", "default": true}, "packageDirectory": {"type": "string", "default": ""}, "homepage": {"type": "string", "format": "uri"}, "documentation": {"type": "string", "format": "uri"}, "repository": {"type": "object", "properties": {"type": {"type": "string", "default": ""}, "url": {"type": "string", "format": "uri"}}}, "bugs": {"type": "string", "format": "uri"}, "shortDescription": {"type": "string", "default": ""}, "instructions": {"type": "string", "default": ""}, "changelog": {"type": "string", "default": ""}, "type": {"type": "string", "enum": ["caching", "cf-engines", "cfbuilder-extensions", "cfwheels-plugins", "cms", "commandbox-commands", "commandbox-modules", "commandbox-recipes", "contentbox-modules", "contentbox-themes", "contentbox-widgets", "demos", "di", "interceptors", "logging", "lucee-extensions", "messaging-queues", "modules", "mvc", "nosql", "plugins", "preside-extensions", "preside-skeletons", "projects", "testing", "wirebox-aspects", "wirebox-listeners"]}, "keywords": {"type": ["array", "string"], "items": {"type": "string"}, "default": []}, "private": {"type": "boolean", "default": false}, "engines": {"type": "array", "items": {}, "default": []}, "defaultEngine": {"type": "string"}, "defaultPort": {"type": "number"}, "projectURL": {"type": "string", "format": "uri"}, "license": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string", "default": ""}, "url": {"type": "string", "format": "uri"}}}, "default": []}, "contributors": {"type": "array", "items": {}, "default": []}, "dependencies": {}, "devDependencies": {}, "installPaths": {"type": "object", "additionalProperties": {"type": "string"}, "default": {}}, "scripts": {"type": "object", "properties": {"preInstall": {"type": "string"}, "onInstall": {"type": "string"}, "postInstall": {"type": "string"}, "preUninstall": {"type": "string"}, "postUninstall": {"type": "string"}, "preVersion": {"type": "string"}, "postVersion": {"type": "string"}, "onRelease": {"type": "string"}, "prePublish": {"type": "string"}, "postPublish": {"type": "string"}}, "additionalProperties": {"type": "string"}, "default": {}}, "ignore": {"type": "array", "items": {"type": "string"}, "default": []}, "testbox": {"type": "object", "properties": {"runner": {"type": ["string", "array"], "items": {"type": "object", "additionalProperties": {"type": "string", "format": "uri"}}, "format": "uri"}, "labels": {"type": ["string", "array"], "items": {"type": "string"}}, "excludes": {"type": ["string", "array"], "items": {"type": "string"}}}}, "cfmigrations": {"type": "object", "properties": {"migrationsDirectory": {"type": "string"}, "schema": {"type": "string"}, "connectionInfo": {"type": "object", "properties": {"password": {"type": "string"}, "connectionString": {"type": "string"}, "class": {"type": "string"}, "username": {"type": "string"}}}, "defaultGrammar": {"type": "string", "enum": ["AutoDiscover@qb", "BaseGrammar@qb", "MySQLGrammar@qb", "OracleGrammar@qb", "PostgresGrammar@qb", "SqlServerGrammar@qb"]}}}}} |
|
box.schema.json | engine | CFML engine the package supports | {"type": "object", "properties": {"type": {"type": "string", "enum": ["railo", "lucee", "adobe"]}, "version": {"type": "string", "default": ""}}} |
box.schema.json | type | The name of the engine | {"type": "string", "enum": ["railo", "lucee", "adobe"]} |
box.schema.json | version | The semantic version of the engine that is supported | {"type": "string", "default": ""} |
box.schema.json | dependency | Dependencies are specified with a package name/slug to version range, local file path, URL, or Git/SVN endpoint. The version range is a string which has one or more space-separated descriptors. | {"type": "object", "additionalProperties": {"type": "string"}} |
box.schema.json | person | A person who has been involved in creating or maintaining this package | {"type": ["object", "string"], "required": ["name"], "properties": {"name": {"type": "string"}, "url": {"type": "string", "format": "uri"}, "email": {"type": "string", "format": "email"}}} |
box.schema.json | name | Name of the person | {"type": "string"} |
box.schema.json | url | URL for the person | {"type": "string", "format": "uri"} |
box.schema.json | email | Email address of the person | {"type": "string", "format": "email"} |
box.schema.json | name | The name of the package | {"type": "string", "default": ""} |
box.schema.json | slug | ForgeBox unique slug | {"type": "string", "pattern": "^[\\w@-]*$", "maxLength": 250, "default": ""} |
box.schema.json | version | Semantic version of your package | {"type": "string", "default": ""} |
box.schema.json | author | Author of this package | {"type": "string", "default": ""} |
box.schema.json | location | Location of where to download the package. Overrides ForgeBox location | {"type": "string", "default": ""} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.