addedInput schema / properties / company / properties
Added value: +{
+ "name": {
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+ },
+ "product": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "product"
+]
addedInput schema / properties / dataSources / items
Added value: +{
+ "properties": {
+ "description": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "reviews",
+ "support-tickets",
+ "nps-verbatims",
+ "user-interviews",
+ "social",
+ "churn-surveys"
+ ],
+ "type": "string"
+ },
+ "volume": {
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "type",
+ "volume"
+ ],
+ "type": "object"
+}
addedInput schema / properties / dataSources / maxItems
Added value: +6
addedInput schema / properties / dataSources / minItems
Added value: +1
addedInput schema / properties / repositioningFocus / maxLength
Added value: +300
addedInput schema / properties / repositioningFocus / minLength
Added value: +10
addedInput schema / properties / targetSegments / items
Added value: +{
+ "maxLength": 80,
+ "type": "string"
+}
addedInput schema / properties / targetSegments / maxItems
Added value: +5
addedInput schema / properties / targetSegments / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "company",
+ "dataSources",
+ "targetSegments"
+]