From 5157c2f52ed6dfc3019b097387d6c3678413a87e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 8 Sep 2015 16:51:08 +0100 Subject: [PATCH] More escapes --- event-schemas/schema/v1/m.receipt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/schema/v1/m.receipt b/event-schemas/schema/v1/m.receipt index b9d29c300..9848f6c68 100644 --- a/event-schemas/schema/v1/m.receipt +++ b/event-schemas/schema/v1/m.receipt @@ -8,7 +8,7 @@ "type": "object", "description": "The event ids which the receipts relate to.", "patternProperties": { - "^\$": { + "^\\$": { "type": "object", "description": "The types of the receipts." "additionalProperties": {