addedInput schema / properties / headline / additionalProperties / maxLength
Added value: +140
addedInput schema / properties / headline / additionalProperties / minLength
Added value: +3
changedInput schema / properties / headline / description
Previous value: -"Map of locale codes to headline text (e.g. {\"en\": \"My Bot\"})"New value: +"Supported locale codes mapped to headline text (3-140 characters)."
addedInput schema / properties / headline / propertyNames / enum
Added value: +[
+ "en",
+ "de",
+ "fr",
+ "pt",
+ "tr",
+ "hi",
+ "ja",
+ "ar",
+ "nl",
+ "ko",
+ "it",
+ "es",
+ "ru",
+ "uk",
+ "vi",
+ "zh"
+]
addedInput schema / properties / pageContent / additionalProperties / maxLength
Added value: +50000
addedInput schema / properties / pageContent / additionalProperties / minLength
Added value: +300
changedInput schema / properties / pageContent / description
Previous value: -"Map of locale codes to page description text (e.g. {\"en\": \"A cool bot\"})"New value: +"Supported locale codes mapped to Markdown page content (300-50,000 characters)."
addedInput schema / properties / pageContent / propertyNames / enum
Added value: +[
+ "en",
+ "de",
+ "fr",
+ "pt",
+ "tr",
+ "hi",
+ "ja",
+ "ar",
+ "nl",
+ "ko",
+ "it",
+ "es",
+ "ru",
+ "uk",
+ "vi",
+ "zh"
+]