Skip to content

Commit

Permalink
metaconfig/hnormalise: Add missing logging section to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
James Adams committed Jul 20, 2023
1 parent e3f1e6a commit 012a262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ncm-metaconfig/src/main/metaconfig/hnormalise/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ type hnormalise_output = {
"zeromq" ? hnormalise_output_zeromq
};

type hnormalise_logging = {
"frequency" ? long(0..)
};


type hnormalise = {
"input": hnormalise_input
"output": hnormalise_output
"fields": string[][]
"logging" ? hnormalise_logging
};

0 comments on commit 012a262

Please sign in to comment.