Skip to content

Commit 9d0d2ef

Browse files
committed
fix $.control errors
1 parent f392d10 commit 9d0d2ef

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.control/src/proman/schema/main.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ properties:
13411341
default: ${{ repo.url.raw }}$/${{ .path }}$
13421342
extension_tag:
13431343
summary: YAML tag for external configuration extensions.
1344+
type: string
13441345
description: |
13451346
This is the tag used to define external configuration extensions
13461347
in control center configuration files.
@@ -1366,7 +1367,6 @@ properties:
13661367
path:
13671368
summary: Path to the changelog file.
13681369
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
1369-
default: .github/.repodynamics/changelog.json
13701370
url:
13711371
summary: URL of the project's changelog file.
13721372
$ref: https://jsonschemata.repodynamics.com/url/https
@@ -1377,7 +1377,6 @@ properties:
13771377
path:
13781378
summary: Path to the contributors file.
13791379
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
1380-
default: .github/.repodynamics/contributors.json
13811380
url:
13821381
summary: URL of the project's contributors file.
13831382
$ref: https://jsonschemata.repodynamics.com/url/https
@@ -1388,7 +1387,6 @@ properties:
13881387
path:
13891388
summary: Path to the variables file.
13901389
$ref: https://jsonschemata.repodynamics.com/path/posix/absolute-from-cwd
1391-
default: .github/.repodynamics/variables.json
13921390
url:
13931391
summary: URL of the project's variables file.
13941392
$ref: https://jsonschemata.repodynamics.com/url/https
@@ -1422,7 +1420,7 @@ properties:
14221420
type: object
14231421
additionalProperties: false
14241422
default: { }
1425-
required: [ path, retention_hours ]
1423+
required: [ dir, file, retention_hours ]
14261424
properties:
14271425
dir:
14281426
summary: Path to the local cache directory.

.data/source.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,8 +1312,6 @@ control:
13121312
path: .data/contributor.json
13131313
variable:
13141314
path: .data/variable.json
1315-
path:
1316-
config: .control/control.yaml
13171315
cache:
13181316
retention_hours:
13191317
css_color_filter: 0

0 commit comments

Comments
 (0)