addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / properties / campaign
Added value: +{
+ "description": "UTM campaign name",
+ "type": "string"
+}
addedInput schema / properties / content
Added value: +{
+ "description": "UTM content (optional)",
+ "type": "string"
+}
addedInput schema / properties / medium
Added value: +{
+ "description": "UTM medium (e.g. cpc, email)",
+ "type": "string"
+}
addedInput schema / properties / source
Added value: +{
+ "description": "UTM source (e.g. google, newsletter)",
+ "type": "string"
+}
addedInput schema / properties / term
Added value: +{
+ "description": "UTM term (optional)",
+ "type": "string"
+}
addedInput schema / properties / url
Added value: +{
+ "description": "Base URL",
+ "format": "uri",
+ "type": "string"
+}
addedInput schema / required
Added value: +[
+ "url",
+ "source",
+ "medium",
+ "campaign"
+]