Commit 380ca805 authored by Piotr Skorupa's avatar Piotr Skorupa Committed by Nikola Milojevic

Change data categories schema to lowercase

parent 2cf4ecda
......@@ -2,6 +2,6 @@
"type": "array",
"items": {
"type": ["string", "null"],
"enum": ["Standard", "Subscription", "Operational", "Optional"]
"enum": ["standard", "subscription", "operational", "optional"]
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment