Skip to content

Commit 4a7197f

Browse files
committed
Merge branch 'feature/syn-916' of https://github.com/NHSDigital/nhs-website-content-api into feature/syn-916
# Conflicts: # specification/components/schemas/ManifestPages.json
2 parents 49bf258 + 3b26e0b commit 4a7197f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specification/components/schemas/ManifestPages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"first": { "type": "string", "format": "uri" },
88
"last": { "type": "string", "format": "uri" },
99
"self": { "type": "string", "format": "uri" },
10-
"next": { "type": ["string", "null"], "format": "uri" },
10+
"next": { "type": "string", "format": "uri" },
1111
"count": { "type": "integer" }
1212
},
1313
"required": ["first", "last", "self", "count"]

0 commit comments

Comments
 (0)