Skip to content

Commit

Permalink
feat: add schema
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa committed Jan 14, 2025
1 parent 39df15a commit 97c32fb
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
"definitions": {
"topic_rely_controller": {
"type": "object",
"properties": {},
"required": [],
"properties": {
"service_timeout_ms": {
"type": "integer",
"description": "Timeout for service call in milliseconds.",
"default": 10
}
},
"required": [
"service_timeout_ms"
],
"additionalProperties": false
}
},
Expand Down

0 comments on commit 97c32fb

Please sign in to comment.