Skip to content
Snippets Groups Projects
Commit 924e37bc authored by Jakub Dylag's avatar Jakub Dylag
Browse files

metadata config schema

parent 62c4b649
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,11 @@ CONFIG_SCHEMA = {
}, # Optional but must be string if present
"actions": {
"type": "dict",
"schema": {"divide_col": {"type": "string"}},
"schema": {
"divide_col": {"type": "string"},
"split_col": {"type": "string"},
"codes_col": {"type": "string"}
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment