1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/docs/static/schema.json

2869 lines
49 KiB
JSON
Raw Normal View History

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/project",
"$ref": "#/$defs/Project",
"$defs": {
2022-01-20 20:01:16 +02:00
"AUR": {
"properties": {
"name": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"ids": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"commit_author": {
"$ref": "#/$defs/CommitAuthor"
2022-01-20 20:01:16 +02:00
},
"commit_msg_template": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"description": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"homepage": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"license": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"skip_upload": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
2022-01-20 20:01:16 +02:00
},
"url_template": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"maintainers": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"contributors": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"conflicts": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"depends": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"optdepends": {
2022-01-20 20:01:16 +02:00
"items": {
"type": "string"
},
"type": "array"
},
2022-10-06 02:27:12 +02:00
"backup": {
"items": {
"type": "string"
},
"type": "array"
},
"rel": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"package": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"git_url": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"git_ssh_command": {
2022-01-20 20:01:16 +02:00
"type": "string"
},
"private_key": {
2022-01-20 20:01:16 +02:00
"type": "string"
2022-04-13 19:43:46 +02:00
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
2022-01-20 20:01:16 +02:00
}
},
"additionalProperties": false,
"type": "object"
2022-01-20 20:01:16 +02:00
},
"Announce": {
"properties": {
"skip": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"twitter": {
"$ref": "#/$defs/Twitter"
},
2022-11-18 01:42:16 +02:00
"mastodon": {
"$ref": "#/$defs/Mastodon"
},
"reddit": {
"$ref": "#/$defs/Reddit"
},
"slack": {
"$ref": "#/$defs/Slack"
},
"discord": {
"$ref": "#/$defs/Discord"
},
"teams": {
"$ref": "#/$defs/Teams"
},
"smtp": {
"$ref": "#/$defs/SMTP"
},
"mattermost": {
"$ref": "#/$defs/Mattermost"
},
"linkedin": {
"$ref": "#/$defs/LinkedIn"
2021-11-18 15:03:37 +02:00
},
"telegram": {
"$ref": "#/$defs/Telegram"
2022-01-08 19:48:05 +02:00
},
"webhook": {
"$ref": "#/$defs/Webhook"
}
},
"additionalProperties": false,
"type": "object"
},
"Archive": {
"properties": {
"id": {
"type": "string"
},
"builds": {
"items": {
"type": "string"
},
"type": "array"
},
"builds_info": {
"$ref": "#/$defs/FileInfo"
},
"name_template": {
"type": "string"
},
"replacements": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"format": {
"type": "string"
},
"format_overrides": {
"items": {
"$ref": "#/$defs/FormatOverride"
},
"type": "array"
},
"wrap_in_directory": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
2022-08-16 03:55:18 +02:00
"strip_parent_binary_folder": {
"type": "boolean"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"meta": {
2022-05-10 14:19:06 +02:00
"type": "boolean"
},
"allow_different_binary_count": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"Before": {
"properties": {
"hooks": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"Blob": {
"properties": {
"bucket": {
"type": "string"
},
"provider": {
"type": "string"
},
"region": {
"type": "string"
},
"disableSSL": {
"type": "boolean"
},
"folder": {
"type": "string"
},
"kmskey": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"endpoint": {
"type": "string"
},
"extra_files": {
"items": {
"$ref": "#/$defs/ExtraFile"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"Build": {
"properties": {
"id": {
"type": "string"
},
"goos": {
"items": {
"type": "string"
},
"type": "array"
},
"goarch": {
"items": {
"type": "string"
},
"type": "array"
},
"goarm": {
"items": {
"type": "string"
},
"type": "array"
},
"gomips": {
"items": {
"type": "string"
},
"type": "array"
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"targets": {
"items": {
"type": "string"
},
"type": "array"
},
"ignore": {
"items": {
"$ref": "#/$defs/IgnoredBuild"
},
"type": "array"
},
"dir": {
"type": "string"
},
"main": {
"type": "string"
},
"binary": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"hooks": {
"$ref": "#/$defs/BuildHookConfig"
2022-02-02 05:03:00 +02:00
},
"builder": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"mod_timestamp": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"skip": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
2022-02-02 05:03:00 +02:00
},
"gobinary": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"command": {
2022-05-09 14:34:08 +02:00
"type": "string"
},
"no_unique_dist_dir": {
2022-02-02 05:03:00 +02:00
"type": "boolean"
},
"no_main_check": {
2022-05-09 14:34:08 +02:00
"type": "boolean"
},
2022-11-12 04:37:32 +02:00
"buildmode": {
"type": "string"
},
"ldflags": {
"$ref": "#/$defs/StringArray"
},
"tags": {
"$ref": "#/$defs/FlagArray"
},
"flags": {
"$ref": "#/$defs/FlagArray"
},
"asmflags": {
"$ref": "#/$defs/StringArray"
},
"gcflags": {
"$ref": "#/$defs/StringArray"
},
"env": {
2022-06-27 03:02:52 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"overrides": {
"items": {
"$ref": "#/$defs/BuildDetailsOverride"
},
"type": "array"
2022-02-02 05:03:00 +02:00
}
},
"additionalProperties": false,
"type": "object"
2022-02-02 05:03:00 +02:00
},
"BuildDetailsOverride": {
"properties": {
"goos": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"goarch": {
"type": "string"
},
"goarm": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
2022-02-02 05:03:00 +02:00
},
"gomips": {
2022-02-02 05:03:00 +02:00
"type": "string"
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
},
2022-11-12 04:37:32 +02:00
"buildmode": {
"type": "string"
},
"ldflags": {
"$ref": "#/$defs/StringArray"
},
"tags": {
"$ref": "#/$defs/FlagArray"
},
"flags": {
"$ref": "#/$defs/FlagArray"
},
"asmflags": {
"$ref": "#/$defs/StringArray"
},
"gcflags": {
"$ref": "#/$defs/StringArray"
2022-06-27 03:02:52 +02:00
},
"env": {
2022-06-27 03:02:52 +02:00
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
2021-11-18 15:03:37 +02:00
"BuildHookConfig": {
"properties": {
"pre": {
"$ref": "#/$defs/Hooks"
2021-11-18 15:03:37 +02:00
},
"post": {
"$ref": "#/$defs/Hooks"
2021-11-18 15:03:37 +02:00
}
},
"additionalProperties": false,
"type": "object"
2021-11-18 15:03:37 +02:00
},
2021-11-24 03:26:10 +02:00
"ChangeLogGroup": {
"properties": {
"title": {
2021-11-24 03:26:10 +02:00
"type": "string"
},
"regexp": {
2021-11-24 03:26:10 +02:00
"type": "string"
},
"order": {
2021-11-24 03:26:10 +02:00
"type": "integer"
}
},
"additionalProperties": false,
"type": "object"
2021-11-24 03:26:10 +02:00
},
"Changelog": {
"properties": {
"filters": {
"$ref": "#/$defs/Filters"
},
"sort": {
"type": "string"
},
"skip": {
"type": "boolean"
},
"use": {
"type": "string",
"enum": [
"git",
"github",
"github-native",
"gitlab"
],
"default": "git"
2021-11-24 03:26:10 +02:00
},
"groups": {
2021-11-24 03:26:10 +02:00
"items": {
"$ref": "#/$defs/ChangeLogGroup"
2021-11-24 03:26:10 +02:00
},
"type": "array"
2022-08-30 17:07:04 +02:00
},
"abbrev": {
"type": "integer"
}
},
"additionalProperties": false,
"type": "object"
},
"Checksum": {
"properties": {
"name_template": {
"type": "string"
},
"algorithm": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"disable": {
"type": "boolean"
},
"extra_files": {
"items": {
"$ref": "#/$defs/ExtraFile"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"Chocolatey": {
"properties": {
"name": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"package_source_url": {
"type": "string"
},
"authoers": {
"type": "string"
},
"title": {
"type": "string"
},
"authors": {
"type": "string"
},
"project_url": {
"type": "string"
},
"url_template": {
"type": "string"
},
"icon_url": {
"type": "string"
},
"copyright": {
"type": "string"
},
"license_url": {
"type": "string"
},
"require_license_acceptance": {
"type": "boolean"
},
"project_source_url": {
"type": "string"
},
"docs_url": {
"type": "string"
},
"bug_tracker_url": {
"type": "string"
},
"tags": {
"type": "string"
},
"summary": {
"type": "string"
},
"description": {
"type": "string"
},
"release_notes": {
"type": "string"
},
"dependencies": {
"items": {
"$ref": "#/$defs/ChocolateyDependency"
},
"type": "array"
},
"skip_publish": {
"type": "boolean"
},
"api_key": {
"type": "string"
},
"source_repo": {
"type": "string"
},
"goamd64": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"ChocolateyDependency": {
"properties": {
"id": {
"type": "string"
},
"version": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"CommitAuthor": {
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Content": {
"properties": {
"src": {
"type": "string"
},
"dst": {
"type": "string"
},
"type": {
2022-12-03 02:51:42 +02:00
"type": "string",
"enum": [
"symlink",
"ghost",
"config",
"config|noreplace",
"dir",
""
],
"default": ""
},
"packager": {
"type": "string"
},
"file_info": {
"$ref": "#/$defs/ContentFileInfo"
}
},
"additionalProperties": false,
2022-12-03 02:51:42 +02:00
"type": "object",
"required": [
"dst"
]
},
"ContentFileInfo": {
"properties": {
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"mode": {
"type": "integer"
},
"mtime": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false,
"type": "object"
},
"Contents": {
"items": {
"$ref": "#/$defs/Content"
},
"type": "array"
},
"Discord": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
},
"author": {
"type": "string"
},
"color": {
"type": "string"
},
"icon_url": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Docker": {
"properties": {
"id": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"goos": {
"type": "string"
},
"goarch": {
"type": "string"
},
"goarm": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
},
"dockerfile": {
"type": "string"
},
"image_templates": {
"items": {
"type": "string"
},
"type": "array"
},
"skip_push": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"extra_files": {
"items": {
"type": "string"
},
"type": "array"
},
"build_flag_templates": {
"items": {
"type": "string"
},
"type": "array"
},
"push_flags": {
"items": {
"type": "string"
},
"type": "array"
},
"use": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"DockerManifest": {
"properties": {
"id": {
"type": "string"
},
"name_template": {
"type": "string"
},
"skip_push": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"image_templates": {
"items": {
"type": "string"
},
"type": "array"
},
"create_flags": {
"items": {
"type": "string"
},
"type": "array"
},
"push_flags": {
"items": {
"type": "string"
},
"type": "array"
},
"use": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"EnvFiles": {
"properties": {
"github_token": {
"type": "string"
},
"gitlab_token": {
"type": "string"
},
"gitea_token": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"ExtraFile": {
"properties": {
"glob": {
"type": "string"
2021-11-24 03:20:05 +02:00
},
"name_template": {
2021-11-24 03:20:05 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"File": {
"oneOf": [
{
"type": "string"
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/t",
"$defs": {
"FileInfo": {
"properties": {
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"mode": {
"type": "integer"
},
"mtime": {
2022-12-14 17:18:53 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
}
},
"properties": {
"src": {
"type": "string"
},
"dst": {
"type": "string"
},
"strip_parent": {
"type": "boolean"
},
"info": {
2022-07-12 14:58:25 +02:00
"$ref": "#/$defs/FileInfo"
}
},
"additionalProperties": false,
"type": "object"
}
]
},
"FileInfo": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/file-info",
"$ref": "#/$defs/FileInfo",
"$defs": {
"FileInfo": {
"properties": {
"owner": {
"type": "string"
},
"group": {
"type": "string"
},
"mode": {
"type": "integer"
},
"mtime": {
2022-12-14 17:18:53 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
}
}
},
"Filters": {
"properties": {
"exclude": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"FlagArray": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"FormatOverride": {
"properties": {
"goos": {
"type": "string"
},
"format": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
2022-12-03 02:51:42 +02:00
"Git": {
"properties": {
"tag_sort": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"GitHubURLs": {
"properties": {
"api": {
"type": "string"
},
"upload": {
"type": "string"
},
"download": {
"type": "string"
},
"skip_tls_verify": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"GitLabURLs": {
"properties": {
"api": {
"type": "string"
},
"download": {
"type": "string"
},
"skip_tls_verify": {
"type": "boolean"
2022-01-07 03:12:42 +02:00
},
"use_package_registry": {
2022-01-07 03:12:42 +02:00
"type": "boolean"
2022-08-16 05:40:59 +02:00
},
"use_job_token": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"GiteaURLs": {
"properties": {
"api": {
"type": "string"
},
"download": {
"type": "string"
},
"skip_tls_verify": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"GoMod": {
"properties": {
"proxy": {
"type": "boolean"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"gobinary": {
"type": "string"
2022-03-17 13:55:25 +02:00
},
"mod": {
2022-03-17 13:55:25 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Homebrew": {
"properties": {
"name": {
"type": "string"
},
"tap": {
"$ref": "#/$defs/RepoRef"
},
"commit_author": {
"$ref": "#/$defs/CommitAuthor"
},
"commit_msg_template": {
"type": "string"
},
"folder": {
"type": "string"
},
"caveats": {
"type": "string"
},
"plist": {
"type": "string"
},
"install": {
"type": "string"
},
"post_install": {
"type": "string"
},
"dependencies": {
"items": {
"$ref": "#/$defs/HomebrewDependency"
},
"type": "array"
},
"test": {
"type": "string"
},
"conflicts": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"skip_upload": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"download_strategy": {
"type": "string"
},
"url_template": {
"type": "string"
},
"custom_require": {
"type": "string"
},
"custom_block": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"goarm": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
2022-03-17 02:14:26 +02:00
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
},
"service": {
2022-03-17 02:14:26 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"HomebrewDependency": {
"oneOf": [
{
"type": "string"
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/homebrew-dependency",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
2022-08-18 04:00:32 +02:00
},
"version": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
}
]
},
"Hook": {
"oneOf": [
{
"type": "string"
},
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/t",
"properties": {
"dir": {
"type": "string"
},
"cmd": {
"type": "string"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
}
]
},
"Hooks": {
"items": {
"$ref": "#/$defs/Hook"
},
"type": "array"
},
"IgnoredBuild": {
"properties": {
"goos": {
"type": "string"
},
"goarch": {
"type": "string"
},
"goarm": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"gomips": {
"type": "string"
2022-04-13 19:43:46 +02:00
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
2021-11-18 15:03:37 +02:00
"Krew": {
"properties": {
"ids": {
2021-11-18 15:03:37 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"name": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"index": {
"$ref": "#/$defs/RepoRef"
2021-11-18 15:03:37 +02:00
},
"commit_author": {
"$ref": "#/$defs/CommitAuthor"
2021-11-18 15:03:37 +02:00
},
"commit_msg_template": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"caveats": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"short_description": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"description": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"homepage": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"url_template": {
2021-11-18 15:03:37 +02:00
"type": "string"
},
"goarm": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
2021-11-18 15:03:37 +02:00
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
},
"skip_upload": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
2021-11-18 15:03:37 +02:00
}
},
"additionalProperties": false,
"type": "object"
2021-11-18 15:03:37 +02:00
},
"LinkedIn": {
"properties": {
"enabled": {
2021-11-18 15:03:37 +02:00
"type": "boolean"
2022-11-18 01:42:16 +02:00
},
"message_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Mastodon": {
"properties": {
"enabled": {
"type": "boolean"
2021-11-18 15:03:37 +02:00
},
"message_template": {
2021-11-18 15:03:37 +02:00
"type": "string"
2022-11-18 01:56:56 +02:00
},
"server": {
"type": "string"
2021-11-18 15:03:37 +02:00
}
},
"additionalProperties": false,
2022-11-18 01:56:56 +02:00
"type": "object",
"required": [
"server"
]
2021-11-18 15:03:37 +02:00
},
"Mattermost": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
},
"title_template": {
"type": "string"
},
"color": {
"type": "string"
},
"channel": {
"type": "string"
},
"username": {
"type": "string"
},
"icon_emoji": {
"type": "string"
},
"icon_url": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Milestone": {
"properties": {
"repo": {
"$ref": "#/$defs/Repo"
},
"close": {
"type": "boolean"
},
"fail_on_error": {
"type": "boolean"
},
"name_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPM": {
"properties": {
"file_name_template": {
"type": "string"
},
"package_name": {
"type": "string"
},
"epoch": {
"type": "string"
},
"release": {
"type": "string"
},
"prerelease": {
"type": "string"
},
"version_metadata": {
"type": "string"
},
"replacements": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"recommends": {
"items": {
"type": "string"
},
"type": "array"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"conflicts": {
"items": {
"type": "string"
},
"type": "array"
},
"replaces": {
"items": {
"type": "string"
},
"type": "array"
},
2022-08-07 17:15:39 +02:00
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},
"scripts": {
"$ref": "#/$defs/NFPMScripts"
},
"rpm": {
"$ref": "#/$defs/NFPMRPM"
},
"deb": {
"$ref": "#/$defs/NFPMDeb"
},
"apk": {
"$ref": "#/$defs/NFPMAPK"
},
2022-11-02 20:31:45 +02:00
"archlinux": {
"$ref": "#/$defs/NFPMArchLinux"
},
"overrides": {
"patternProperties": {
".*": {
"$ref": "#/$defs/NFPMOverridables"
}
},
"type": "object"
},
"id": {
"type": "string"
},
"builds": {
"items": {
"type": "string"
},
"type": "array"
},
"formats": {
"items": {
"type": "string"
},
"type": "array"
},
"section": {
"type": "string"
},
"priority": {
"type": "string"
},
"vendor": {
"type": "string"
},
"homepage": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"description": {
"type": "string"
},
"license": {
"type": "string"
},
"bindir": {
"type": "string"
},
2022-08-16 07:07:26 +02:00
"changelog": {
"type": "string"
},
"meta": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMAPK": {
"properties": {
"scripts": {
"$ref": "#/$defs/NFPMAPKScripts"
},
"signature": {
"$ref": "#/$defs/NFPMAPKSignature"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMAPKScripts": {
"properties": {
"preupgrade": {
"type": "string"
},
"postupgrade": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMAPKSignature": {
"properties": {
"key_file": {
"type": "string"
},
"key_name": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
2022-11-02 20:31:45 +02:00
"NFPMArchLinux": {
"properties": {
"pkgbase": {
"type": "string"
},
"packager": {
"type": "string"
},
"scripts": {
"$ref": "#/$defs/NFPMArchLinuxScripts"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMArchLinuxScripts": {
"properties": {
"preupgrade": {
"type": "string"
},
"postupgrade": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMDeb": {
"properties": {
"scripts": {
"$ref": "#/$defs/NFPMDebScripts"
},
"triggers": {
"$ref": "#/$defs/NFPMDebTriggers"
},
"breaks": {
"items": {
"type": "string"
},
"type": "array"
},
"signature": {
"$ref": "#/$defs/NFPMDebSignature"
2022-02-09 16:42:20 +02:00
},
"lintian_overrides": {
2022-02-09 16:42:20 +02:00
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMDebScripts": {
"properties": {
"rules": {
"type": "string"
},
"templates": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMDebSignature": {
"properties": {
"key_file": {
2022-07-12 14:58:25 +02:00
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMDebTriggers": {
"properties": {
"interest": {
"items": {
"type": "string"
},
"type": "array"
},
"interest_await": {
"items": {
"type": "string"
},
"type": "array"
},
"interest_noawait": {
"items": {
"type": "string"
},
"type": "array"
},
"activate": {
"items": {
"type": "string"
},
"type": "array"
},
"activate_await": {
"items": {
"type": "string"
},
"type": "array"
},
"activate_noawait": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMOverridables": {
"properties": {
"file_name_template": {
"type": "string"
},
"package_name": {
"type": "string"
},
"epoch": {
"type": "string"
},
"release": {
"type": "string"
},
"prerelease": {
"type": "string"
},
"version_metadata": {
"type": "string"
},
"replacements": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"recommends": {
"items": {
"type": "string"
},
"type": "array"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"conflicts": {
"items": {
"type": "string"
},
"type": "array"
},
"replaces": {
"items": {
"type": "string"
},
"type": "array"
},
2022-08-07 17:15:39 +02:00
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},
"scripts": {
"$ref": "#/$defs/NFPMScripts"
},
"rpm": {
"$ref": "#/$defs/NFPMRPM"
},
"deb": {
"$ref": "#/$defs/NFPMDeb"
},
"apk": {
"$ref": "#/$defs/NFPMAPK"
2022-11-02 20:31:45 +02:00
},
"archlinux": {
"$ref": "#/$defs/NFPMArchLinux"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMRPM": {
"properties": {
"summary": {
"type": "string"
},
"group": {
"type": "string"
},
"compression": {
"type": "string"
},
"signature": {
"$ref": "#/$defs/NFPMRPMSignature"
},
"scripts": {
"$ref": "#/$defs/NFPMRPMScripts"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMRPMScripts": {
"properties": {
"pretrans": {
"type": "string"
},
"posttrans": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMRPMSignature": {
"properties": {
"key_file": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMScripts": {
"properties": {
"preinstall": {
"type": "string"
},
"postinstall": {
"type": "string"
},
"preremove": {
"type": "string"
},
"postremove": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Project": {
"properties": {
"project_name": {
"type": "string"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"$ref": "#/$defs/Release"
},
"milestones": {
"items": {
"$ref": "#/$defs/Milestone"
},
"type": "array"
},
"brews": {
"items": {
"$ref": "#/$defs/Homebrew"
},
"type": "array"
},
"aurs": {
2022-01-20 20:01:16 +02:00
"items": {
"$ref": "#/$defs/AUR"
2022-01-20 20:01:16 +02:00
},
"type": "array"
},
"krews": {
2021-11-18 15:03:37 +02:00
"items": {
"$ref": "#/$defs/Krew"
2021-11-18 15:03:37 +02:00
},
"type": "array"
},
"scoop": {
"$ref": "#/$defs/Scoop"
},
"builds": {
"items": {
"$ref": "#/$defs/Build"
},
"type": "array"
},
"archives": {
"items": {
"$ref": "#/$defs/Archive"
},
"type": "array"
},
"nfpms": {
"items": {
"$ref": "#/$defs/NFPM"
},
"type": "array"
},
"snapcrafts": {
"items": {
"$ref": "#/$defs/Snapcraft"
},
"type": "array"
},
"snapshot": {
"$ref": "#/$defs/Snapshot"
},
"checksum": {
"$ref": "#/$defs/Checksum"
},
"dockers": {
"items": {
"$ref": "#/$defs/Docker"
},
"type": "array"
},
"docker_manifests": {
"items": {
"$ref": "#/$defs/DockerManifest"
},
"type": "array"
},
"artifactories": {
"items": {
"$ref": "#/$defs/Upload"
},
"type": "array"
},
"uploads": {
"items": {
"$ref": "#/$defs/Upload"
},
"type": "array"
},
"blobs": {
"items": {
"$ref": "#/$defs/Blob"
},
"type": "array"
},
"publishers": {
"items": {
"$ref": "#/$defs/Publisher"
},
"type": "array"
},
"changelog": {
"$ref": "#/$defs/Changelog"
},
"dist": {
"type": "string"
},
"signs": {
"items": {
"$ref": "#/$defs/Sign"
},
"type": "array"
},
"docker_signs": {
"items": {
"$ref": "#/$defs/Sign"
},
"type": "array"
},
"env_files": {
"$ref": "#/$defs/EnvFiles"
},
"before": {
"$ref": "#/$defs/Before"
},
"source": {
"$ref": "#/$defs/Source"
},
"gomod": {
"$ref": "#/$defs/GoMod"
},
"announce": {
"$ref": "#/$defs/Announce"
},
"sboms": {
2021-12-12 05:23:10 +02:00
"items": {
"$ref": "#/$defs/SBOM"
2021-12-12 05:23:10 +02:00
},
"type": "array"
},
"chocolatey": {
"items": {
"$ref": "#/$defs/Chocolatey"
},
"type": "array"
},
2022-12-03 02:51:42 +02:00
"git": {
"$ref": "#/$defs/Git"
},
"universal_binaries": {
"items": {
"$ref": "#/$defs/UniversalBinary"
},
"type": "array"
},
"build": {
"$ref": "#/$defs/Build"
},
"github_urls": {
"$ref": "#/$defs/GitHubURLs"
},
"gitlab_urls": {
"$ref": "#/$defs/GitLabURLs"
},
"gitea_urls": {
"$ref": "#/$defs/GiteaURLs"
}
},
"additionalProperties": false,
"type": "object"
},
"Publisher": {
"properties": {
"name": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"checksum": {
"type": "boolean"
},
"signature": {
"type": "boolean"
},
"dir": {
"type": "string"
},
"cmd": {
"type": "string"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"extra_files": {
"items": {
"$ref": "#/$defs/ExtraFile"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"Reddit": {
"properties": {
"enabled": {
"type": "boolean"
},
"application_id": {
"type": "string"
},
"username": {
"type": "string"
},
"title_template": {
"type": "string"
},
"url_template": {
"type": "string"
},
"sub": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Release": {
"properties": {
"github": {
"$ref": "#/$defs/Repo"
},
"gitlab": {
"$ref": "#/$defs/Repo"
},
"gitea": {
"$ref": "#/$defs/Repo"
},
"draft": {
"type": "boolean"
},
2022-08-18 03:35:06 +02:00
"replace_existing_draft": {
"type": "boolean"
},
2022-08-23 02:36:57 +02:00
"target_commitish": {
"type": "string"
},
"disable": {
"type": "boolean"
},
"skip_upload": {
"type": "boolean"
},
"prerelease": {
"type": "string"
},
"name_template": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"extra_files": {
"items": {
"$ref": "#/$defs/ExtraFile"
},
"type": "array"
},
"discussion_category_name": {
"type": "string"
},
"header": {
"type": "string"
},
"footer": {
"type": "string"
},
"mode": {
"type": "string",
"enum": [
"keep-existing",
"append",
"prepend",
"replace"
],
"default": "keep-existing"
}
},
"additionalProperties": false,
"type": "object"
},
"Repo": {
"properties": {
"owner": {
2022-07-12 14:58:25 +02:00
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"RepoRef": {
"properties": {
"owner": {
"type": "string"
},
"name": {
"type": "string"
},
"token": {
"type": "string"
},
"branch": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
2021-12-12 05:23:10 +02:00
},
"SBOM": {
"properties": {
"id": {
2021-12-12 05:23:10 +02:00
"type": "string"
},
"cmd": {
2021-12-12 05:23:10 +02:00
"type": "string"
},
"env": {
2021-12-12 05:23:10 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"args": {
2021-12-12 05:23:10 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"documents": {
2021-12-12 05:23:10 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"artifacts": {
2021-12-12 05:23:10 +02:00
"type": "string"
},
"ids": {
2021-12-12 05:23:10 +02:00
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"SMTP": {
"properties": {
"enabled": {
"type": "boolean"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"username": {
"type": "string"
},
"from": {
"type": "string"
},
"to": {
"items": {
"type": "string"
},
"type": "array"
},
"subject_template": {
"type": "string"
},
"body_template": {
"type": "string"
},
"insecure_skip_verify": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"Scoop": {
"properties": {
"name": {
"type": "string"
},
"bucket": {
"$ref": "#/$defs/RepoRef"
},
"folder": {
"type": "string"
},
"commit_author": {
"$ref": "#/$defs/CommitAuthor"
},
"commit_msg_template": {
"type": "string"
},
"homepage": {
"type": "string"
},
"description": {
"type": "string"
},
"license": {
"type": "string"
},
"url_template": {
"type": "string"
},
"persist": {
"items": {
"type": "string"
},
"type": "array"
},
"skip_upload": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"pre_install": {
"items": {
"type": "string"
},
"type": "array"
},
"post_install": {
"items": {
"type": "string"
},
"type": "array"
2022-04-13 19:43:46 +02:00
},
"goamd64": {
2022-04-13 19:43:46 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Sign": {
"properties": {
"id": {
"type": "string"
},
"cmd": {
"type": "string"
},
"args": {
"items": {
"type": "string"
},
"type": "array"
},
"signature": {
"type": "string"
},
"artifacts": {
"type": "string",
"enum": [
"all",
"manifests",
"images",
"checksum",
"source",
"package",
"archive",
"binary",
"sbom"
]
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"stdin": {
"type": "string"
},
"stdin_file": {
"type": "string"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
2021-11-18 15:03:37 +02:00
},
"certificate": {
2021-11-18 15:03:37 +02:00
"type": "string"
2021-12-06 15:09:58 +02:00
},
"output": {
2021-12-06 15:09:58 +02:00
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"Slack": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
},
"channel": {
"type": "string"
},
"username": {
"type": "string"
},
"icon_emoji": {
"type": "string"
},
"icon_url": {
"type": "string"
2022-03-30 14:44:38 +02:00
},
"blocks": {
2022-03-30 14:44:38 +02:00
"items": {
"$ref": "#/$defs/SlackBlock"
2022-03-30 14:44:38 +02:00
},
"type": "array"
},
"attachments": {
2022-03-30 14:44:38 +02:00
"items": {
"$ref": "#/$defs/SlackAttachment"
2022-03-30 14:44:38 +02:00
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
2022-03-30 14:44:38 +02:00
},
"SlackAttachment": {
"properties": {
"Internal": true
2022-03-30 14:44:38 +02:00
},
"additionalProperties": false,
"type": "object",
2022-03-30 14:44:38 +02:00
"required": [
"Internal"
]
},
"SlackBlock": {
2022-03-30 14:44:38 +02:00
"properties": {
"Internal": true
},
"additionalProperties": false,
"type": "object",
"required": [
"Internal"
]
},
"Snapcraft": {
"properties": {
"name_template": {
"type": "string"
},
"replacements": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"publish": {
"type": "boolean"
},
"id": {
"type": "string"
},
"builds": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"summary": {
"type": "string"
},
"description": {
"type": "string"
},
"base": {
"type": "string"
},
"license": {
"type": "string"
},
"grade": {
"type": "string"
},
"channel_templates": {
"items": {
"type": "string"
},
"type": "array"
},
"confinement": {
"type": "string"
},
"layout": {
"patternProperties": {
".*": {
"$ref": "#/$defs/SnapcraftLayoutMetadata"
}
},
"type": "object"
},
"apps": {
"patternProperties": {
".*": {
"$ref": "#/$defs/SnapcraftAppMetadata"
}
},
"type": "object"
},
"plugs": {
"type": "object"
},
"extra_files": {
"items": {
"$ref": "#/$defs/SnapcraftExtraFiles"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"SnapcraftAppMetadata": {
"properties": {
"command": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"args": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"adapter": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"after": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"aliases": {
"items": {
"type": "string"
},
"type": "array"
},
"autostart": {
"type": "string"
},
"before": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"bus_name": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"command_chain": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"common_id": {
"type": "string"
},
"completer": {
"type": "string"
},
"daemon": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"desktop": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"environment": {
2022-03-06 04:18:20 +02:00
"type": "object"
},
"extensions": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"install_mode": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"passthrough": {
2022-03-06 04:18:20 +02:00
"type": "object"
},
"plugs": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"post_stop_command": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"refresh_mode": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"reload_command": {
"type": "string"
},
"restart_condition": {
"type": "string"
2022-03-06 04:18:20 +02:00
},
"restart_delay": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"slots": {
2022-03-06 04:18:20 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"sockets": {
2022-03-06 04:18:20 +02:00
"type": "object"
},
"start_timeout": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"stop_command": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"stop_mode": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"stop_timeout": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"timer": {
2022-03-06 04:18:20 +02:00
"type": "string"
},
"watchdog_timeout": {
2022-03-06 04:18:20 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"command"
]
},
"SnapcraftExtraFiles": {
"properties": {
"source": {
"type": "string"
},
"destination": {
"type": "string"
},
"mode": {
"type": "integer"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"source"
]
},
"SnapcraftLayoutMetadata": {
"properties": {
"symlink": {
"type": "string"
},
"bind": {
"type": "string"
},
"bind_file": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Snapshot": {
"properties": {
"name_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Source": {
"properties": {
"name_template": {
"type": "string"
},
"format": {
"type": "string"
},
"enabled": {
"type": "boolean"
2021-11-18 15:03:37 +02:00
},
"prefix_template": {
2021-11-18 15:03:37 +02:00
"type": "string"
2022-08-25 06:12:08 +02:00
},
"files": {
"items": {
"$ref": "#/$defs/File"
2022-08-25 06:12:08 +02:00
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object"
},
"StringArray": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"Teams": {
"properties": {
"enabled": {
"type": "boolean"
},
"title_template": {
"type": "string"
},
"message_template": {
"type": "string"
},
"color": {
"type": "string"
},
"icon_url": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Telegram": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
},
"chat_id": {
"type": "integer"
}
},
"additionalProperties": false,
"type": "object"
},
"Twitter": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"UniversalBinary": {
"properties": {
"id": {
"type": "string"
},
"ids": {
2022-01-07 14:18:44 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"name_template": {
"type": "string"
},
"replace": {
"type": "boolean"
2021-11-23 20:54:40 +02:00
},
"hooks": {
"$ref": "#/$defs/BuildHookConfig"
}
},
"additionalProperties": false,
"type": "object"
},
"Upload": {
"properties": {
"name": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"exts": {
2022-03-19 22:46:08 +02:00
"items": {
"type": "string"
},
"type": "array"
},
"target": {
"type": "string"
},
"username": {
"type": "string"
},
"mode": {
"type": "string"
},
"method": {
"type": "string"
},
"checksum_header": {
"type": "string"
},
"client_x509_cert": {
"type": "string"
},
"client_x509_key": {
"type": "string"
},
"trusted_certificates": {
"type": "string"
},
"checksum": {
"type": "boolean"
},
"signature": {
"type": "boolean"
},
"custom_artifact_name": {
"type": "boolean"
},
"custom_headers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"additionalProperties": false,
"type": "object"
2022-01-08 19:48:05 +02:00
},
"Webhook": {
"properties": {
"enabled": {
2022-01-08 19:48:05 +02:00
"type": "boolean"
},
"skip_tls_verify": {
2022-01-08 19:48:05 +02:00
"type": "boolean"
},
"message_template": {
2022-01-08 19:48:05 +02:00
"type": "string"
},
"endpoint_url": {
2022-01-08 19:48:05 +02:00
"type": "string"
},
"headers": {
2022-01-08 19:48:05 +02:00
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"content_type": {
2022-01-08 19:48:05 +02:00
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
}
},
"description": "goreleaser configuration definition file"
2022-09-27 15:14:25 +02:00
}