# HG changeset patch # User Kim Alvefur # Date 1651273358 -7200 # Node ID d63657a85fb403902c125543fd276dd78ac213be # Parent a85efae90e213b12df579d1ed9629850cb4127d8 mod_rest: Fix 'format' property in schema These are unused anyways so no harm. diff -r a85efae90e21 -r d63657a85fb4 mod_rest/res/schema-xmpp.json --- a/mod_rest/res/schema-xmpp.json Sat Apr 30 01:00:01 2022 +0200 +++ b/mod_rest/res/schema-xmpp.json Sat Apr 30 01:02:38 2022 +0200 @@ -255,7 +255,7 @@ "items" : { "properties" : { "expires" : { - "format" : "datetime", + "format" : "date-time", "type" : "string", "xml" : { "attribute" : true