23 lines
865 B
Plaintext
23 lines
865 B
Plaintext
%% -*-: erlang -*-
|
|
%% This file lists all the hocon schemas other than the `emqx_schema`.
|
|
%% Each element is a two-element tuple where the first element is the field name,
|
|
%% and the second element is the schema module name.
|
|
%%
|
|
[ {"emqx_data_bridge", emqx_data_bridge_schema}
|
|
, {"emqx_retainer", emqx_retainer_schema}
|
|
, {"emqx_authn", emqx_authn_schema}
|
|
, {"authorization", emqx_authz_schema}
|
|
, {"emqx_bridge_mqtt", emqx_bridge_mqtt_schema}
|
|
, {"emqx_management", emqx_management_schema}
|
|
, {"emqx_dashboard", emqx_dashboard_schema}
|
|
, {"gateway", emqx_gateway_schema}
|
|
, {"prometheus", emqx_prometheus_schema}
|
|
, {"statsd", emqx_statsd_schema}
|
|
, {"delayed", emqx_modules_schema}
|
|
, {"recon", emqx_modules_schema}
|
|
, {"telemetry", emqx_modules_schema}
|
|
, {"event_message", emqx_modules_schema}
|
|
, {"rewrite", emqx_modules_schema}
|
|
, {"topic_metrics", emqx_modules_schema}
|
|
].
|