fix(preheat): disable preheat model bool type json omitempty option

Signed-off-by: chlins <chlins.zhang@gmail.com>
This commit is contained in:
chlins 2020-10-28 17:54:11 +08:00
parent 5f52168ee9
commit 89acd5f1d1

View File

@ -2005,12 +2005,15 @@ definitions:
enabled:
type: boolean
description: Whether the instance is activated or not
x-omitempty: false
default:
type: boolean
description: Whether the instance is default or not
x-omitempty: false
insecure:
type: boolean
description: Whether the instance endpoint is insecure or not
x-omitempty: false
setup_timestamp:
type: integer
format: int64
@ -2063,6 +2066,7 @@ definitions:
enabled:
type: boolean
description: Whether the preheat policy enabled
x-omitempty: false
creation_time:
type: string
format: date-time