addedInput schema / properties / excludedAngles / maxLength
Added value: +400
addedInput schema / properties / icp / properties
Added value: +{
+ "companySize": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "geography": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "personas": {
+ "items": {
+ "enum": [
+ "ceo",
+ "cfo",
+ "cmo",
+ "cto",
+ "vp-sales",
+ "vp-ops",
+ "chro",
+ "founder",
+ "procurement",
+ "other"
+ ],
+ "type": "string"
+ },
+ "maxItems": 4,
+ "minItems": 1,
+ "type": "array"
+ },
+ "sector": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / icp / required
Added value: +[
+ "sector",
+ "companySize",
+ "geography",
+ "personas"
+]
addedInput schema / properties / offer / properties
Added value: +{
+ "mainBenefit": {
+ "maxLength": 200,
+ "minLength": 10,
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+ },
+ "valueProposition": {
+ "maxLength": 400,
+ "minLength": 20,
+ "type": "string"
+ }
+}
addedInput schema / properties / offer / required
Added value: +[
+ "name",
+ "valueProposition",
+ "mainBenefit"
+]
addedInput schema / properties / targetAccounts / items
Added value: +{
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / targetAccounts / maxItems
Added value: +5
addedInput schema / properties / targetAccounts / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "offer",
+ "icp"
+]