Skip to content

Commit b764089

Browse files
updateclibot[bot]updatecli
andauthored
chore: chore: update Updatecli jsonschema (#2112)
Made with ❤️️ by updatecli Co-authored-by: updatecli <updatecli@olblak.com>
1 parent ebe67ac commit b764089

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

content/en/schema/latest/config.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5266,23 +5266,23 @@
52665266
"properties": {
52675267
"owner": {
52685268
"type": "string",
5269-
"description": "[s][c] Owner specifies repository owner"
5269+
"description": "owner defines repository owner to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
52705270
},
52715271
"repository": {
52725272
"type": "string",
5273-
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
5273+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
52745274
},
52755275
"token": {
52765276
"type": "string",
5277-
"description": "[s][c] Token specifies the credential used to authenticate with"
5277+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
52785278
},
52795279
"url": {
52805280
"type": "string",
5281-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
5281+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
52825282
},
52835283
"username": {
52845284
"type": "string",
5285-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
5285+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
52865286
},
52875287
"versionfilter": {
52885288
"properties": {
@@ -5305,7 +5305,7 @@
53055305
},
53065306
"additionalProperties": false,
53075307
"type": "object",
5308-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
5308+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
53095309
},
53105310
"typefilter": {
53115311
"properties": {
@@ -5328,15 +5328,15 @@
53285328
},
53295329
"additionalProperties": false,
53305330
"type": "object",
5331-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
5331+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
53325332
},
53335333
"tag": {
53345334
"type": "string",
5335-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
5335+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
53365336
},
53375337
"key": {
53385338
"type": "string",
5339-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
5339+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
53405340
}
53415341
},
53425342
"additionalProperties": false,
@@ -12165,23 +12165,23 @@
1216512165
"properties": {
1216612166
"owner": {
1216712167
"type": "string",
12168-
"description": "[s][c] Owner specifies repository owner"
12168+
"description": "owner defines repository owner to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1216912169
},
1217012170
"repository": {
1217112171
"type": "string",
12172-
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
12172+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1217312173
},
1217412174
"token": {
1217512175
"type": "string",
12176-
"description": "[s][c] Token specifies the credential used to authenticate with"
12176+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1217712177
},
1217812178
"url": {
1217912179
"type": "string",
12180-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
12180+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
1218112181
},
1218212182
"username": {
1218312183
"type": "string",
12184-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
12184+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
1218512185
},
1218612186
"versionfilter": {
1218712187
"properties": {
@@ -12204,7 +12204,7 @@
1220412204
},
1220512205
"additionalProperties": false,
1220612206
"type": "object",
12207-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
12207+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
1220812208
},
1220912209
"typefilter": {
1221012210
"properties": {
@@ -12227,15 +12227,15 @@
1222712227
},
1222812228
"additionalProperties": false,
1222912229
"type": "object",
12230-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
12230+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
1223112231
},
1223212232
"tag": {
1223312233
"type": "string",
12234-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
12234+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
1223512235
},
1223612236
"key": {
1223712237
"type": "string",
12238-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
12238+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
1223912239
}
1224012240
},
1224112241
"additionalProperties": false,
@@ -19406,23 +19406,23 @@
1940619406
"properties": {
1940719407
"owner": {
1940819408
"type": "string",
19409-
"description": "[s][c] Owner specifies repository owner"
19409+
"description": "owner defines repository owner to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1941019410
},
1941119411
"repository": {
1941219412
"type": "string",
19413-
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
19413+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1941419414
},
1941519415
"token": {
1941619416
"type": "string",
19417-
"description": "[s][c] Token specifies the credential used to authenticate with"
19417+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
1941819418
},
1941919419
"url": {
1942019420
"type": "string",
19421-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
19421+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
1942219422
},
1942319423
"username": {
1942419424
"type": "string",
19425-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
19425+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
1942619426
},
1942719427
"versionfilter": {
1942819428
"properties": {
@@ -19445,7 +19445,7 @@
1944519445
},
1944619446
"additionalProperties": false,
1944719447
"type": "object",
19448-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
19448+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
1944919449
},
1945019450
"typefilter": {
1945119451
"properties": {
@@ -19468,15 +19468,15 @@
1946819468
},
1946919469
"additionalProperties": false,
1947019470
"type": "object",
19471-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
19471+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
1947219472
},
1947319473
"tag": {
1947419474
"type": "string",
19475-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
19475+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
1947619476
},
1947719477
"key": {
1947819478
"type": "string",
19479-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
19479+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
1948019480
}
1948119481
},
1948219482
"additionalProperties": false,

0 commit comments

Comments
 (0)