Mercurial > prosody-modules
comparison mod_rest/res/schema-xmpp.json @ 4937:d63657a85fb4
mod_rest: Fix 'format' property in schema
These are unused anyways so no harm.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 30 Apr 2022 01:02:38 +0200 |
parents | a85efae90e21 |
children | 8f625a7dc957 |
comparison
equal
deleted
inserted
replaced
4936:a85efae90e21 | 4937:d63657a85fb4 |
---|---|
253 "properties" : { | 253 "properties" : { |
254 "services" : { | 254 "services" : { |
255 "items" : { | 255 "items" : { |
256 "properties" : { | 256 "properties" : { |
257 "expires" : { | 257 "expires" : { |
258 "format" : "datetime", | 258 "format" : "date-time", |
259 "type" : "string", | 259 "type" : "string", |
260 "xml" : { | 260 "xml" : { |
261 "attribute" : true | 261 "attribute" : true |
262 } | 262 } |
263 }, | 263 }, |