@@ -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.
0 commit comments