addedInput schema / properties / buyingCommittee / items
Added value: +{
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "role": {
+ "enum": [
+ "champion",
+ "economic-buyer",
+ "user",
+ "influencer",
+ "blocker"
+ ],
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "title",
+ "role"
+ ],
+ "type": "object"
+}
addedInput schema / properties / buyingCommittee / maxItems
Added value: +8
addedInput schema / properties / buyingCommittee / minItems
Added value: +2
addedInput schema / properties / deal / properties
Added value: +{
+ "accountName": {
+ "type": "string"
+ },
+ "amountEur": {
+ "type": "number"
+ },
+ "daysInStage": {
+ "type": "integer"
+ },
+ "expectedCloseDate": {
+ "type": "string"
+ },
+ "ownerRep": {
+ "type": "string"
+ },
+ "stage": {
+ "type": "string"
+ }
+}
addedInput schema / properties / deal / required
Added value: +[
+ "accountName",
+ "amountEur",
+ "stage",
+ "daysInStage",
+ "expectedCloseDate",
+ "ownerRep"
+]
addedInput schema / properties / focus
Added value: +{
+ "maxLength": 400,
+ "type": "string"
+}
addedInput schema / properties / knownContext / maxLength
Added value: +800
addedInput schema / properties / knownContext / minLength
Added value: +20
addedInput schema / required
Added value: +[
+ "deal",
+ "buyingCommittee",
+ "knownContext"
+]