addedInput schema / properties / abmBudgetEur / minimum
Added value: +0
addedInput schema / properties / company / properties
Added value: +{
+ "name": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 100,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector"
+]
addedInput schema / properties / currentChannels / items
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / currentChannels / maxItems
Added value: +8
addedInput schema / properties / icpCriteria / items
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / icpCriteria / maxItems
Added value: +6
addedInput schema / properties / icpCriteria / minItems
Added value: +2
addedInput schema / properties / product / properties
Added value: +{
+ "avgDealValueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "name": {
+ "maxLength": 100,
+ "type": "string"
+ }
+}
addedInput schema / properties / product / required
Added value: +[
+ "name"
+]
addedInput schema / properties / salesTeam / properties
Added value: +{
+ "aeCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "csCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "sdrCount": {
+ "minimum": 0,
+ "type": "integer"
+ }
+}
addedInput schema / properties / salesTeam / required
Added value: +[
+ "aeCount"
+]
addedInput schema / properties / targetAccounts / items
Added value: +{
+ "properties": {
+ "currentStage": {
+ "enum": [
+ "unaware",
+ "aware",
+ "engaged",
+ "opportunity",
+ "customer"
+ ],
+ "type": "string"
+ },
+ "estimatedRevEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "industry": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "keyContacts": {
+ "items": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "maxItems": 5,
+ "type": "array"
+ },
+ "name": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "notes": {
+ "maxLength": 300,
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+}
addedInput schema / properties / targetAccounts / maxItems
Added value: +50
addedInput schema / properties / targetAccounts / minItems
Added value: +5
addedInput schema / required
Added value: +[
+ "company",
+ "product",
+ "targetAccounts",
+ "icpCriteria"
+]