comparison mod_rest/res/schema-xmpp.json @ 5558:3276750332ea

mod_rest: Map the archive-id attribute in MAM result items I was wondering why this wasn't in the JSON output
author Kim Alvefur <zash@zash.se>
date Mon, 19 Jun 2023 01:26:56 +0200
parents ce6e071d61a0
children
comparison
equal deleted inserted replaced
5557:d7667d9ad96a 5558:3276750332ea
696 "archive" : { 696 "archive" : {
697 "properties" : { 697 "properties" : {
698 "forward" : { 698 "forward" : {
699 "$ref" : "#/properties/message/properties/forwarded" 699 "$ref" : "#/properties/message/properties/forwarded"
700 }, 700 },
701 "id" : {
702 "type" : "string",
703 "xml" : {
704 "attribute" : true
705 }
706 },
701 "queryid" : { 707 "queryid" : {
702 "type" : "string", 708 "type" : "string",
703 "xml" : { 709 "xml" : {
704 "attribute" : true 710 "attribute" : true
705 } 711 }