For the Format constraint of the “title” property on Wikipedia, the API reports the following constraint:
{
"id": "ccf43722-b366-4d72-9260-85b7f19dc3e8",
"type": "Format",
"detail": {
"pattern": [
"[^<]*"
]
},
"detailHTML": "pattern: [^&lt;]*"
}The pattern is already HTML-escaped in the detail.pattern, and then in the detailHTML it’s HTML-escaped again. It probably shouldn’t be escaped yet in the detail.pattern.