Skip to content

Commit 8b64588

Browse files
authored
Merge pull request #374 from ergebnis/feature/schema
Enhancement: Update schema.json
2 parents 9f8cd4e + fc95bc9 commit 8b64588

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
For a full diff see [`2.2.4...master`][2.2.4...master].
10+
For a full diff see [`2.3.0...master`][2.3.0...master].
11+
12+
## [`2.3.0`][2.3.0]
13+
14+
For a full diff see [`2.2.4...2.3.0`][2.2.4...2.3.0].
15+
16+
### Changed
17+
18+
* Updated `schema.json` ([#374]), by [@ergebnis-bot]
1119

1220
## [`2.2.4`][2.2.4]
1321

@@ -329,6 +337,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
329337
[2.2.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.2.2
330338
[2.2.3]: https://github.com/ergebnis/composer-normalize/releases/tag/2.2.3
331339
[2.2.4]: https://github.com/ergebnis/composer-normalize/releases/tag/2.2.4
340+
[2.3.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.3.0
332341

333342
[81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0
334343
[0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0
@@ -359,7 +368,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
359368
[2.2.1...2.2.2]: https://github.com/ergebnis/composer-normalize/compare/2.2.1...2.2.2
360369
[2.2.2...2.2.3]: https://github.com/ergebnis/composer-normalize/compare/2.2.2...2.2.3
361370
[2.2.3...2.2.4]: https://github.com/ergebnis/composer-normalize/compare/2.2.3...2.2.4
362-
[2.2.4...master]: https://github.com/ergebnis/composer-normalize/compare/2.2.4...master
371+
[2.2.4...2.3.0]: https://github.com/ergebnis/composer-normalize/compare/2.2.4...2.3.0
372+
[2.3.0...master]: https://github.com/ergebnis/composer-normalize/compare/2.3.0...master
363373

364374
[#1]: https://github.com/ergebnis/composer-normalize/pull/1
365375
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
@@ -404,6 +414,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
404414
[#322]: https://github.com/ergebnis/composer-normalize/pull/322
405415
[#354]: https://github.com/ergebnis/composer-normalize/pull/354
406416
[#364]: https://github.com/ergebnis/composer-normalize/pull/364
417+
[#374]: https://github.com/ergebnis/composer-normalize/pull/374
407418

408419
[@ergebnis]: https://github.com/ergebnis
409420
[@ergebnis-bot]: https://github.com/ergebnis-bot

resource/schema.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,16 @@
140140
"gitlab-token": {
141141
"type": "object",
142142
"description": "A hash of domain name => gitlab private tokens, typically {\"gitlab.com\":\"<token>\"}.",
143-
"additionalProperties": true
143+
"additionalProperties": {
144+
"type": "string"
145+
}
146+
},
147+
"bearer": {
148+
"type": "object",
149+
"description": "A hash of domain name => bearer authentication token, for example {\"example.com\":\"<token>\"}.",
150+
"additionalProperties": {
151+
"type": "string"
152+
}
144153
},
145154
"disable-tls": {
146155
"type": "boolean",

0 commit comments

Comments
 (0)