Skip to content

Commit c5ecc71

Browse files
committed
mark props with default as not required
1 parent 9d7c1d5 commit c5ecc71

File tree

1 file changed

+2
-2
lines changed
  • st2tests/st2tests/fixtures/packs/dummy_pack_schema_with_additional_properties_1

1 file changed

+2
-2
lines changed

st2tests/st2tests/fixtures/packs/dummy_pack_schema_with_additional_properties_1/config.schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
properties:
1313
host:
1414
type: "string"
15-
required: true
15+
required: false
1616
default: "127.0.0.3"
1717
port:
1818
type: "integer"
19-
required: true
19+
required: false
2020
default: 8080
2121
token:
2222
type: "string"

0 commit comments

Comments
 (0)