addedInput schema / properties / brand / maxLength
Added value: +200
addedInput schema / properties / brand / minLength
Added value: +2
addedInput schema / properties / channels / items
Added value: +{
+ "enum": [
+ "twitter",
+ "linkedin",
+ "g2",
+ "trustpilot",
+ "news",
+ "reddit",
+ "glassdoor",
+ "youtube",
+ "instagram",
+ "other"
+ ],
+ "type": "string"
+}
addedInput schema / properties / channels / maxItems
Added value: +10
addedInput schema / properties / channels / minItems
Added value: +1
addedInput schema / properties / historicalCrises / items
Added value: +{
+ "maxLength": 300,
+ "minLength": 5,
+ "type": "string"
+}
addedInput schema / properties / historicalCrises / maxItems
Added value: +5
addedInput schema / properties / industry / maxLength
Added value: +150
addedInput schema / properties / industry / minLength
Added value: +2
addedInput schema / properties / keywords / items
Added value: +{
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / keywords / maxItems
Added value: +20
addedInput schema / properties / keywords / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "brand",
+ "keywords",
+ "channels",
+ "industry"
+]