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 @@ ...@@ -2,6 +2,6 @@
"type": "array", "type": "array",
"items": { "items": {
"type": ["string", "null"], "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