addedInput schema / properties / brand / properties
Added value: +{
+ "audienceLabel": {
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "voiceAttributes": {
+ "items": {
+ "maxLength": 40,
+ "minLength": 2,
+ "type": "string"
+ },
+ "maxItems": 5,
+ "minItems": 2,
+ "type": "array"
+ }
+}
addedInput schema / properties / brand / required
Added value: +[
+ "name",
+ "voiceAttributes",
+ "audienceLabel"
+]
addedInput schema / properties / cluster / properties
Added value: +{
+ "geography": {
+ "maxLength": 80,
+ "type": "string"
+ },
+ "primaryIntent": {
+ "enum": [
+ "informational",
+ "commercial",
+ "transactional",
+ "navigational"
+ ],
+ "type": "string"
+ },
+ "topic": {
+ "maxLength": 200,
+ "minLength": 3,
+ "type": "string"
+ }
+}
addedInput schema / properties / cluster / required
Added value: +[
+ "topic",
+ "primaryIntent"
+]
addedInput schema / properties / maxArticlesPerMonth / maximum
Added value: +80
addedInput schema / properties / maxArticlesPerMonth / minimum
Added value: +5
changedInput schema / properties / maxArticlesPerMonth / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / months / maximum
Added value: +12
addedInput schema / properties / months / minimum
Added value: +3
changedInput schema / properties / months / type
Previous value: -"number"New value: +"integer"
addedInput schema / required
Added value: +[
+ "brand",
+ "cluster",
+ "months",
+ "maxArticlesPerMonth"
+]