addedInput schema / properties / brand / properties
Added value: +{
+ "cta": {
+ "maxLength": 150,
+ "minLength": 5,
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 150,
+ "minLength": 3,
+ "type": "string"
+ }
+}
addedInput schema / properties / brand / required
Added value: +[
+ "name",
+ "sector",
+ "cta"
+]
addedInput schema / properties / icp / properties
Added value: +{
+ "companySize": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "geography": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "industry": {
+ "maxLength": 150,
+ "minLength": 3,
+ "type": "string"
+ },
+ "mainPain": {
+ "maxLength": 300,
+ "minLength": 10,
+ "type": "string"
+ },
+ "persona": {
+ "maxLength": 300,
+ "minLength": 10,
+ "type": "string"
+ }
+}
addedInput schema / properties / icp / required
Added value: +[
+ "persona",
+ "industry",
+ "companySize",
+ "mainPain",
+ "geography"
+]
addedInput schema / properties / leadMagnet / properties
Added value: +{
+ "budget": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "format": {
+ "enum": [
+ "ebook",
+ "benchmark",
+ "calculatrice",
+ "checklist",
+ "template",
+ "guide",
+ "rapport-sectoriel",
+ "mini-cours"
+ ],
+ "type": "string"
+ },
+ "targetDownloads": {
+ "maxLength": 80,
+ "minLength": 2,
+ "type": "string"
+ },
+ "topic": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ }
+}
addedInput schema / properties / leadMagnet / required
Added value: +[
+ "topic",
+ "format",
+ "targetDownloads",
+ "budget"
+]
addedInput schema / required
Added value: +[
+ "icp",
+ "leadMagnet",
+ "brand"
+]