Skip to content

Commit

Permalink
mark props with default as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 8, 2021
1 parent 9d7c1d5 commit c5ecc71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
properties:
host:
type: "string"
required: true
required: false
default: "127.0.0.3"
port:
type: "integer"
required: true
required: false
default: 8080
token:
type: "string"
Expand Down

0 comments on commit c5ecc71

Please sign in to comment.