Skip to content

Commit 8df2d12

Browse files
committed
Fix OpenAPI syntax issues, add 1.10.6 to changelog
1 parent 6fbee2b commit 8df2d12

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ _Compared to the latest 1.10 release._
2020

2121
- ...
2222

23+
24+
## 1.10.6
25+
26+
- Fixed a syntax error in the OpenAPI specification.
27+
2328
## 1.10.5
2429

2530
- Fixed an issue in 1.10.x where [DNSSEC test could return false negatives](https://github.com/internetstandards/Internet.nl/issues/1869)

interface/batch/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ components:
736736
type: string
737737

738738
caa_enabled:
739-
type: bool
739+
type: boolean
740740
description: Whether CAA records were found.
741741
items:
742742
type: string
@@ -754,7 +754,7 @@ components:
754754
type: array
755755
description: The found CAA records
756756
items:
757-
$ref: string
757+
type: string
758758
caa_found_on_domain:
759759
type: string
760760
description: Domain name under which the CAA record was found.

0 commit comments

Comments
 (0)