definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"type": "object", "properties": {"DefaultPort": {"type": "number"}, "Enabled": {"default": false, "type": "boolean"}, "RootPath": {"type": "string"}}}
serverSettings
chutzpah.json
{"properties": {"Path": {"type": "string"}, "Name": {"type": "string"}}}
transformConfig
chutzpah.json
{"properties": {"SourcePath": {"type": "string"}, "OutputPath": {"type": "string"}, "OutputPathType": {"default": "Folder", "enum": ["File", "Folder"], "type": "string"}}}
compilePathMap
chutzpah.json
{"properties": {"Excludes": {"items": {"type": "string"}, "type": "array"}, "Includes": {"items": {"type": "string"}, "type": "array"}, "Path": {"type": "string"}}}
testSettings
chutzpah.json
{"enum": ["BUILD_DEPENDENCY_OF", "DEV_DEPENDENCY_OF", "PROVIDED_DEPENDENCY_OF", "TEST_DEPENDENCY_OF", "RUNTIME_DEPENDENCY_OF"]}
scopeExcludeReason
repository-configuration-schema.json
{"enum": ["CODE", "DATA_OF", "DOCUMENTATION_OF", "INCORRECT", "NOT_DETECTED", "REFERENCE"]}
licenseFindingCurationReason
repository-configuration-schema.json
{"enum": ["BUILD_TOOL_OF", "DATA_FILE_OF", "DOCUMENTATION_OF", "EXAMPLE_OF", "OPTIONAL_COMPONENT_OF", "OTHER", "PROVIDED_BY", "TEST_OF", "TEST_TOOL_OF"]}
pathExcludeReason
repository-configuration-schema.json
{"anyOf": [{"contains": {"type": "string"}, "type": "array"}, {"type": "string"}, {"type": "string"}]}
scopes
workflows.json
{"oneOf": [{"additionalProperties": false, "type": "object", "properties": {"predicate": {"type": "string"}, "max_retries": {"type": "integer"}, "backoff": {"additionalProperties": false, "type": "object", "properties": {"initial_delay": {"type": "integer"}, "max_delay": {"type": "integer"}, "multiplier": {"type": "integer"}}}}}, {"pattern": "^\\$\\{.+\\}$", "type": "string"}]}
retry
workflows.json
{}
return
workflows.json
{"anyOf": [{"type": "string"}, {"type": "object", "properties": {"message": {"type": "string"}, "code": {"type": "integer"}}}]}
raise
workflows.json
{"anyOf": [{"type": "string"}, {"type": "string", "const": "end"}, {"type": "string", "const": "continue"}, {"type": "string", "const": "break"}]}
next
workflows.json
{"anyOf": [{"enum": ["http.get", "http.post", "http.put", "http.patch", "http.delete", "http.request"], "type": "string"}, {"enum": ["sys.sleep", "sys.sleep_until", "sys.log"], "type": "string"}, {"enum": ["events.await_callback", "events.create_callback_endpoint"], "type": "string"}, {"type": "string"}, {"pattern": "^googleapis(\\.[a-zA-Z1-9]+)+", "type": "string"}]}
call
workflows.json
{}
result
workflows.json
{"minItems": 1, "items": {"type": "object", "maxProperties": 1, "minProperties": 1}, "type": "array", "maxItems": 50}
assign
workflows.json
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}}
propertyBag
sarif-2.1.0-rtm.2.json
{"enum": ["bintray", "custom", "generic", "github", "s3", "spaces"], "type": "string"}
PublishProvider
electron-builder.json
{"additionalProperties": false, "required": ["name", "provider", "region"], "type": "object", "properties": {"publisherName": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}]}, "name": {"type": "string"}, "region": {"type": "string"}, "acl": {"default": "public-read", "anyOf": [{"enum": ["private", "public-read"], "type": "string"}, {"type": "null"}]}, "provider": {"enum": ["spaces"], "type": "string"}, "path": {"default": "/", "type": ["null", "string"]}, "publishAutoUpdate": {"default": true, "type": "boolean"}, "updaterCacheDirName": {"type": ["null", "string"]}, "channel": {"default": "latest", "type": ["null", "string"]}}}
SpacesOptions
electron-builder.json
{"additionalProperties": false, "required": ["provider", "url"], "type": "object", "properties": {"publisherName": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}]}, "url": {"type": "string"}, "updaterCacheDirName": {"type": ["null", "string"]}, "useMultipleRangeRequest": {"type": "boolean"}, "provider": {"enum": ["generic"], "type": "string"}, "publishAutoUpdate": {"default": true, "type": "boolean"}, "channel": {"default": "latest", "type": ["null", "string"]}}}
GenericServerOptions
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"filter": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "string"}]}, "to": {"type": "string"}, "from": {"type": "string"}}}
FileSet
electron-builder.json
{"additionalProperties": false, "required": ["target"], "type": "object", "properties": {"arch": {"anyOf": [{"items": {"enum": ["arm64", "armv7l", "ia32", "x64"], "type": "string"}, "type": "array"}, {"enum": ["arm64", "armv7l", "ia32", "x64"], "type": "string"}]}, "target": {"type": "string"}}}
TargetConfiguration
electron-builder.json
{"additionalProperties": false, "required": ["ext"], "type": "object", "properties": {"mimeType": {"type": ["null", "string"]}, "isPackage": {"type": "boolean"}, "name": {"type": ["null", "string"]}, "ext": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "string"}]}, "role": {"default": "Editor", "type": "string"}, "icon": {"type": ["null", "string"]}}}
FileAssociation
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"ordering": {"type": ["null", "string"]}, "externalAllowed": {"default": false, "type": "boolean"}, "smartUnpack": {"default": true, "type": "boolean"}}}
AsarOptions
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"buildResources": {"default": "build", "type": ["null", "string"]}, "app": {"type": ["null", "string"]}, "output": {"default": "dist", "type": ["null", "string"]}}}
MetadataDirectories
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"y": {"default": 100, "type": "number"}, "width": {"type": "number"}, "height": {"type": "number"}, "x": {"default": 400, "type": "number"}}}
DmgWindow
electron-builder.json
{"additionalProperties": {"anyOf": [{"additionalProperties": {}, "type": "object"}, {"type": "null"}]}, "type": "object"}
PlugDescriptor
electron-builder.json
{"additionalProperties": false, "required": ["provider"], "type": "object", "properties": {"publisherName": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}]}, "package": {"type": ["null", "string"]}, "updaterCacheDirName": {"type": ["null", "string"]}, "component": {"type": ["null", "string"]}, "repo": {"default": "generic", "type": ["null", "string"]}, "token": {"type": ["null", "string"]}, "user": {"type": ["null", "string"]}, "provider": {"enum": ["bintray"], "type": "string"}, "owner": {"type": ["null", "string"]}, "distribution": {"default": "stable", "type": ["null", "string"]}, "publishAutoUpdate": {"default": true, "type": "boolean"}}}
BintrayOptions
electron-builder.json
{"additionalProperties": false, "required": ["x", "y"], "type": "object", "properties": {"y": {"type": "number"}, "path": {"type": "string"}, "type": {"enum": ["dir", "file", "link"], "type": "string"}, "name": {"type": "string"}, "x": {"type": "number"}}}
DmgContent
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"isVerifyChecksum": {"type": "boolean"}, "customDir": {"type": ["null", "string"]}, "customFilename": {"type": ["null", "string"]}, "cache": {"type": ["null", "string"]}, "platform": {"enum": ["darwin", "linux", "mas", "win32"], "type": "string"}, "version": {"type": "string"}, "strictSSL": {"type": "boolean"}, "mirror": {"type": ["null", "string"]}, "arch": {"type": "string"}}}
ElectronDownloadOptions
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"releaseDate": {"type": "string"}, "releaseName": {"type": ["null", "string"]}, "releaseNotes": {"type": ["null", "string"]}, "releaseNotesFile": {"type": ["null", "string"]}}}
ReleaseInfo
electron-builder.json
{"additionalProperties": false, "type": "object", "properties": {"scaling": {"default": "tofit", "anyOf": [{"enum": ["none", "proportional", "tofit"], "type": "string"}, {"type": "null"}]}, "alignment": {"default": "center", "anyOf": [{"enum": ["bottom", "bottomleft", "bottomright", "center", "left", "right", "top", "topleft", "topright"], "type": "string"}, {"type": "null"}]}, "file": {"type": "string"}}}
PkgBackgroundOptions
electron-builder.json
{"additionalProperties": false, "required": ["name", "schemes"], "type": "object", "properties": {"schemes": {"items": {"type": "string"}, "type": "array"}, "role": {"default": "Editor", "enum": ["Editor", "None", "Shell", "Viewer"], "type": "string"}, "name": {"type": "string"}}}
Protocol
electron-builder.json
{"additionalProperties": false, "required": ["bucket", "provider"], "type": "object", "properties": {"endpoint": {"type": ["null", "string"]}, "publisherName": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}]}, "encryption": {"anyOf": [{"enum": ["AES256", "aws:kms"], "type": "string"}, {"type": "null"}]}, "region": {"type": ["null", "string"]}, "bucket": {"type": "string"}, "acl": {"default": "public-read", "anyOf": [{"enum": ["private", "public-read"], "type": "string"}, {"type": "null"}]}, "storageClass": {"default": "STANDARD", "anyOf": [{"enum": ["REDUCED_REDUNDANCY", "STANDARD", "STANDARD_IA"], "type": "string"}, {"type": "null"}]}, "provider": {"enum": ["s3"], "type": "string"}, "path": {"default": "/", "type": ["null", "string"]}, "publishAutoUpdate": {"default": true, "type": "boolean"}, "updaterCacheDirName": {"type": ["null", "string"]}, "channel": {"default": "latest", "type": ["null", "string"]}}}
S3Options
electron-builder.json
{"additionalProperties": false, "required": ["provider"], "type": "object", "properties": {"protocol": {"default": "https", "anyOf": [{"enum": ["http", "https"], "type": "string"}, {"type": "null"}]}, "updaterCacheDirName": {"type": ["null", "string"]}, "releaseType": {"default": "draft", "anyOf": [{"enum": ["draft", "prerelease", "release"], "type": "string"}, {"type": "null"}]}, "host": {"default": "github.com", "type": ["null", "string"]}, "private": {"type": ["null", "boolean"]}, "repo": {"type": ["null", "string"]}, "token": {"type": ["null", "string"]}, "provider": {"enum": ["github"], "type": "string"}, "owner": {"type": ["null", "string"]}, "publisherName": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}]}, "publishAutoUpdate": {"default": true, "type": "boolean"}, "vPrefixedTagName": {"default": true, "type": "boolean"}}}
GithubOptions
electron-builder.json
{"type": "object", "properties": {"report": {"default": "min", "enum": ["min", "gzip"], "type": "string"}, "keepSpecialComments": {"default": "*", "enum": ["*", 1, 2], "type": ["number", "string"]}, "banner": {"default": null, "type": ["null", "string"]}}}
options
grunt-cssmin-task.json
{"pattern": "^(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string"}
semver
cargo-make.json
{"additionalProperties": false, "type": "object", "required": ["source", "mapping"], "x-taplo": {"initKeys": ["default_value"]}, "properties": {"default_value": {"type": "string"}, "source": {"type": "string"}, "mapping": {"default": {}, "additionalProperties": {"type": "string"}, "type": "object"}}}
env_value_decode
cargo-make.json
{"additionalProperties": false, "type": "object", "required": ["path"], "x-taplo": {"initKeys": ["optional"]}, "properties": {"path": {"default": "path/to/Makefile.toml", "type": "string"}, "optional": {"default": true, "type": "boolean"}}}
extend
cargo-make.json
{"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}, {"additionalProperties": false, "required": ["file"], "type": "object", "examples": [{"file": "path/to/script"}, {"absolute_path": true, "file": "path/to/script"}], "properties": {"absolute_path": {"default": true, "type": "boolean"}, "file": {"default": "path/to/script", "type": "string"}}}, {"additionalProperties": false, "type": "object", "x-taplo": {"initKeys": ["pre", "main", "post"]}, "properties": {"pre": {"type": "string"}, "post": {"type": "string"}, "main": {"type": "string"}}}]}
script
cargo-make.json
{"additionalProperties": false, "required": ["script"], "type": "object", "properties": {"multi_line": {"default": true, "type": "boolean"}, "script": {"default": [], "items": {"type": "string"}, "type": "array"}}}
env_value_script
cargo-make.json
{"additionalProperties": false, "required": ["glob"], "type": "object", "properties": {"include_files": {"default": true, "type": "boolean"}, "glob": {"type": "string"}, "ignore_type": {"default": "git", "enum": ["git"], "type": "string"}, "include_dirs": {"default": true, "type": "boolean"}}}
env_value_path_glob
cargo-make.json
{"additionalProperties": false, "required": ["unset"], "type": "object", "properties": {"unset": {"default": true, "type": "boolean"}}}
env_value_unset
cargo-make.json
{"oneOf": [{"default": "path/to/env.env", "type": "string"}, {"additionalProperties": false, "type": "object", "required": ["path"], "x-taplo": {"initKeys": ["profile"]}, "properties": {"profile": {"default": "development", "type": "string", "examples": ["development", "production"]}, "path": {"default": "path/to/env.env", "type": "string"}, "base_path": {"default": "path/to/dir", "type": "string"}}}], "examples": ["path/to/env.env", {"profile": "development", "path": "path/to/env.env"}]}
envfile
cargo-make.json
{"additionalProperties": {"type": "string"}, "type": "object"}
StringProperties
jreleaser-1.7.0.json
{"enum": ["MAJOR", "MINOR"], "type": "string"}
Command-1
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"executable": {"type": "string"}, "homeDir": {"type": "string"}, "args": {"items": {"type": "string"}, "type": "array"}, "keyName": {"type": "string"}, "defaultKeyring": {"type": "boolean"}, "publicKeyring": {"type": "string"}}}
Command-2
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"categories": {"items": {"type": "string"}, "type": "array"}, "contributors": {"items": {"type": "string"}, "type": "array"}, "uncategorized": {"type": "boolean"}}}
Hide
jreleaser-1.7.0.json
{"enum": ["BASH", "SH", "CMD", "PWSH", "POWERSHELL"], "type": "string"}
Shell
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"pattern": {"type": "string"}, "enabled": {"type": "boolean"}}}
Prerelease
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "serverName": {"type": "string"}, "server": {"type": "string"}, "externalLogin": {"type": "boolean"}, "repositoryName": {"type": "string"}}}
Registry-1
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "fromUsername": {"type": "string"}, "name": {"type": "string"}, "toUsername": {"type": "string"}, "server": {"type": "string"}, "toPassword": {"type": "string"}, "password": {"type": "string"}, "fromPassword": {"type": "string"}}}
Registry-2
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"close": {"type": "boolean"}, "name": {"type": "string"}}}
Milestone
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"platform": {"type": "string"}, "args": {"items": {"type": "string"}, "type": "array"}}}
Linux-2
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"body": {"type": "string"}, "order": {"type": "integer"}, "label": {"type": "string"}}}
Labeler
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"vcsBrowser": {"type": "string"}, "documentation": {"type": "string"}, "help": {"type": "string"}, "license": {"type": "string"}, "bugTracker": {"type": "string"}, "faq": {"type": "string"}, "contribute": {"type": "string"}, "donation": {"type": "string"}, "contact": {"type": "string"}, "translate": {"type": "string"}, "homepage": {"type": "string"}}}
Links
jreleaser-1.7.0.json
{"enum": ["SEMVER", "CALVER", "CHRONVER", "JAVA_RUNTIME", "JAVA_MODULE", "CUSTOM"], "type": "string"}
Type-3
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"type": "boolean"}, "configurationFile": {"type": "string"}}}
ReleaseNotes
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"mainClass": {"type": "string"}, "mainModule": {"type": "string"}, "options": {"items": {"type": "string"}, "type": "array"}}}
Java-1
jreleaser-1.7.0.json
{"enum": ["SMTP", "SMTPS"], "type": "string"}
Transport
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"search": {"type": "string"}, "replace": {"type": "string"}}}
Replacer
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"color": {"type": "string"}, "name": {"type": "string"}}}
Label
jreleaser-1.7.0.json
{"enum": ["SYFT_JSON", "CYCLONEDX_XML", "CYCLONEDX_JSON", "GITHUB_JSON", "SPDX_JSON", "TABLE", "TEXT"], "type": "string"}
Format-3
jreleaser-1.7.0.json
{"enum": ["ZIP", "TAR", "TAR_BZ2", "TAR_GZ", "TAR_XZ", "TAR_ZST", "TBZ2", "TGZ", "TXZ"], "type": "string"}
Format-1
jreleaser-1.7.0.json
{"enum": ["MEMORY", "FILE", "COMMAND", "COSIGN"], "type": "string"}
Mode-2
jreleaser-1.7.0.json
{"enum": ["DOCKER", "OCI"], "type": "string"}
Format-4
jreleaser-1.7.0.json
{"enum": ["USER", "MACHINE"], "type": "string"}
Scope
jreleaser-1.7.0.json
{"enum": ["GNU", "POSIX", "ERROR", "TRUNCATE"], "type": "string"}
TarMode
jreleaser-1.7.0.json
{"enum": ["MD2", "MD5", "RMD160", "SHA_1", "SHA_256", "SHA_384", "SHA_512", "SHA3_224", "SHA3_256", "SHA3_384", "SHA3_512"], "type": "string"}
Algorithm
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "identifier": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}}}
Package
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "supportUrl": {"type": "string"}, "name": {"type": "string"}}}
Publisher
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"ignoreMissingDeps": {"type": "boolean"}, "useWildcardInPath": {"type": "boolean"}, "enabled": {"type": "boolean"}, "targets": {"items": {"type": "string"}, "type": "array"}, "multiRelease": {"type": "string"}}}
Jdeps
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"buildOn": {"items": {"type": "string"}, "type": "array"}, "runOn": {"items": {"type": "string"}, "type": "array"}, "ignoreError": {"type": "boolean"}}}
Architecture
jreleaser-1.7.0.json
{"enum": ["SOURCE", "THUMBNAIL"], "type": "string"}
Type-1
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"type": "boolean"}, "format": {"type": "string"}}}
Contributors
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"content": {"type": "string"}, "enabled": {"type": "boolean"}, "target": {"type": "string"}, "contentTemplate": {"type": "string"}}}
Append
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"labels": {"items": {"type": "string"}, "type": "array"}, "order": {"type": "integer"}, "key": {"type": "string"}, "format": {"type": "string"}}}
Category
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}}
CommitAuthor
jreleaser-1.7.0.json
{"enum": ["INSTALL", "UNINSTALL_PREVIOUS"], "type": "string"}
UpgradeBehavior
jreleaser-1.7.0.json
{"enum": ["PUT", "POST"], "type": "string"}
Method
jreleaser-1.7.0.json
{"enum": ["NONE", "BASIC", "BEARER"], "type": "string"}
Authorization
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"privateKeyFile": {"type": "string"}, "version": {"type": "string"}, "publicKeyFile": {"type": "string"}}}
Cosign
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"items": {"items": {"type": "string"}, "type": "array"}, "name": {"type": "string"}}}
CaskItem
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"failOnError": {"type": "boolean"}, "failOnWarning": {"type": "boolean"}, "version": {"type": "string"}}}
Pomchecker
jreleaser-1.7.0.json
{"enum": ["ALWAYS", "NEVER", "RELEASE", "PRERELEASE", "RELEASE_PRERELEASE", "SNAPSHOT"], "type": "string"}
Active
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"type": "boolean"}, "name": {"type": "string"}}}
Pack
jreleaser-1.7.0.json
{"additionalProperties": {"type": "string"}, "type": "object"}
Properties
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"excludes": {"items": {"type": "string"}, "type": "array"}, "includes": {"items": {"type": "string"}, "type": "array"}}}
Filter
jreleaser-1.7.0.json
{"enum": ["TITLE", "BODY", "ASSETS"], "type": "string"}
UpdateSection
jreleaser-1.7.0.json
{"enum": ["JSON", "XML", "PROTOBUF"], "type": "string"}
Format-2
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"platform": {"type": "string"}, "args": {"items": {"type": "string"}, "type": "array"}}}
Windows-2
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"mainJarName": {"type": "string"}, "path": {"type": "string"}, "libDirectoryName": {"type": "string"}}}
JavaArchive
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"vendor": {"type": "string"}, "copyright": {"type": "string"}, "appName": {"type": "string"}, "appVersion": {"type": "string"}, "fileAssociations": {"items": {"type": "string"}, "type": "array"}, "licenseFile": {"type": "string"}}}
ApplicationPackage
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"sourceJar": {"type": "boolean"}, "groupId": {"type": "string"}, "artifactId": {"type": "string"}, "javadocJar": {"type": "boolean"}}}
ArtifactOverride
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"unixExtension": {"type": "string"}, "name": {"type": "string"}, "windowsExtension": {"type": "string"}}}
Executable
jreleaser-1.7.0.json
{"enum": ["MSIX", "MSI", "APPX", "EXE", "ZIP", "INNO", "NULLSOFT", "WIX", "BURN", "PWA"], "type": "string"}
Type-2
jreleaser-1.7.0.json
{"enum": ["TEXT", "HTML"], "type": "string"}
MimeType
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"skipRootEntry": {"type": "boolean"}, "enabled": {"type": "boolean"}}}
Unpack
jreleaser-1.7.0.json
{"enum": ["ASC", "DESC"], "type": "string"}
Sort
jreleaser-1.7.0.json
{"additionalProperties": false, "type": "object", "properties": {"javaOptions": {"items": {"type": "string"}, "type": "array"}, "launchers": {"items": {"type": "string"}, "type": "array"}, "arguments": {"items": {"type": "string"}, "type": "array"}}}
Launcher
jreleaser-1.7.0.json
{"enum": ["ASC", "BAT", "CMD", "DEB", "DMG", "EXE", "JAR", "MSI", "NUGET", "PKG", "PS1", "RPM", "SH", "SIG", "TAR", "TAR_BZ2", "TAR_GZ", "TAR_XZ", "TAR_ZST", "TBZ2", "TGZ", "TXZ", "ZIP", "ZST"], "type": "string"}
FileType
jreleaser-1.7.0.json