|
@@ -233,7 +233,7 @@ properties([{Key, Type, Desc} | Props], Acc) ->
|
|
|
properties([{Key, Type, Desc, Enum} | Props], Acc) ->
|
|
properties([{Key, Type, Desc, Enum} | Props], Acc) ->
|
|
|
properties(Props, maps:put(Key, #{type => Type,
|
|
properties(Props, maps:put(Key, #{type => Type,
|