Skip to content

Commit 09eb52f

Browse files
authored
Merge pull request #318 from baywet/tests/additional-coverage-2
fix: missing action object type object in all schemas
2 parents e3e66bc + 91b4309 commit 09eb52f

File tree

8 files changed

+33
-0
lines changed

8 files changed

+33
-0
lines changed

schemas/v1.0/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ $defs:
3737
$ref: "#/$defs/specification-extensions"
3838
unevaluatedProperties: false
3939
action-object:
40+
type: object
4041
properties:
4142
target:
4243
type: string

schemas/v1.1/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $defs:
3939
$ref: "#/$defs/specification-extensions"
4040
unevaluatedProperties: false
4141
action-object:
42+
type: object
4243
properties:
4344
target:
4445
type: string

schemas/v1.2-dev/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $defs:
3939
$ref: "#/$defs/specification-extensions"
4040
unevaluatedProperties: false
4141
action-object:
42+
type: object
4243
properties:
4344
target:
4445
type: string
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overlay: 1.0.0
2+
info:
3+
title: Action items must be objects
4+
version: 1.0.0
5+
actions:
6+
- 123
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overlay: 1.1.0
2+
info:
3+
title: Action items must be objects
4+
version: 1.0.0
5+
actions:
6+
- 123
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overlay: 1.2.0
2+
info:
3+
title: Action target must be a string
4+
version: 1.0.0
5+
actions:
6+
- target: 100
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overlay: 1.2.0
2+
info:
3+
title: Action items must be objects
4+
version: 1.0.0
5+
actions:
6+
- 123
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overlay: '1.2'
2+
info:
3+
title: Overlay version must match 1.2.x
4+
version: 1.0.0
5+
actions:
6+
- target: '$'

0 commit comments

Comments
 (0)