Merge pull request #10990 from zmstone/0609-fix-schema-for-dashboard-use
0609 fix schema for dashboard use
This commit is contained in:
commit
643da0564b
|
@ -320,10 +320,16 @@ typename_to_spec("atom()", _Mod) ->
|
|||
#{type => string};
|
||||
typename_to_spec("duration()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("timeout_duration()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("duration_s()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("timeout_duration_s()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("duration_ms()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("timeout_duration_ms()", _Mod) ->
|
||||
#{type => duration};
|
||||
typename_to_spec("percent()", _Mod) ->
|
||||
#{type => percent};
|
||||
typename_to_spec("file()", _Mod) ->
|
||||
|
|
Loading…
Reference in New Issue