Skip to content

Commit 045def2

Browse files
authored
Merge pull request #625 from NHSDigital/feature/PI-889-temporarily_make_redocly_less_strict
[PI-889] Restrict redocly version
2 parents 5fae03a + c52f577 commit 045def2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/swagger/07_components--schemas--domain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ components:
1616
message:
1717
type: string
1818
StatusOK:
19-
type: string
19+
type: object
2020
properties:
2121
code:
2222
type: string

infrastructure/swagger/08_components--schemas--other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ components:
44
HeaderVersion:
55
type: string
66
pattern: "^[1-9][0-9]?(\\.[0-9])?$"
7-
example: 1
7+
example: "1"
88

99
HeaderRequestId:
1010
type: string

0 commit comments

Comments
 (0)