addedInput schema / properties / audienceDescription / maxLength
Added value: +300
addedInput schema / properties / audienceDescription / minLength
Added value: +10
addedInput schema / properties / campaigns / items
Added value: +{
+ "properties": {
+ "cpc": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentRoas": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "monthlyBudgetEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "objective": {
+ "maxLength": 60,
+ "minLength": 3,
+ "type": "string"
+ },
+ "platform": {
+ "enum": [
+ "google",
+ "meta",
+ "linkedin",
+ "tiktok",
+ "twitter"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "platform",
+ "monthlyBudgetEur",
+ "objective"
+ ],
+ "type": "object"
+}
addedInput schema / properties / campaigns / maxItems
Added value: +5
addedInput schema / properties / campaigns / minItems
Added value: +1
addedInput schema / properties / company / properties
Added value: +{
+ "name": {
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector"
+]
addedInput schema / properties / targetMetric / enum
Added value: +[
+ "roas",
+ "cpl",
+ "cac",
+ "ctr"
+]
addedInput schema / properties / totalMonthlyBudgetEur / minimum
Added value: +0
addedInput schema / required
Added value: +[
+ "company",
+ "campaigns",
+ "totalMonthlyBudgetEur",
+ "targetMetric",
+ "audienceDescription"
+]