This is on the generated json-schema
"utm_source": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"utm_medium": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"utm_term": {
"type": "string",
"pattern": "^[\\w\\s\\/\\.,:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"utm_content": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"utm_campaign": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
This is on the generated json-schema