addedInput schema / properties / approach / items
Added value: +{
+ "enum": [
+ "top-down",
+ "bottom-up",
+ "value-theory",
+ "hybrid"
+ ],
+ "type": "string"
+}
addedInput schema / properties / approach / maxItems
Added value: +3
addedInput schema / properties / approach / minItems
Added value: +1
addedInput schema / properties / competitorComps / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / competitorComps / maxItems
Added value: +5
addedInput schema / properties / competitorComps / minItems
Added value: +0
addedInput schema / properties / horizon / enum
Added value: +[
+ "current",
+ "3-year",
+ "5-year"
+]
addedInput schema / properties / product / properties
Added value: +{
+ "category": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+ },
+ "valueProposition": {
+ "maxLength": 400,
+ "minLength": 10,
+ "type": "string"
+ }
+}
addedInput schema / properties / product / required
Added value: +[
+ "name",
+ "category",
+ "valueProposition"
+]
addedInput schema / properties / target / properties
Added value: +{
+ "customerType": {
+ "enum": [
+ "b2b",
+ "b2c",
+ "b2b2c",
+ "marketplace"
+ ],
+ "type": "string"
+ },
+ "geography": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "segments": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 5,
+ "minItems": 1,
+ "type": "array"
+ }
+}
addedInput schema / properties / target / required
Added value: +[
+ "geography",
+ "segments",
+ "customerType"
+]
addedInput schema / required
Added value: +[
+ "product",
+ "target"
+]