Skip to content

Commit

Permalink
GMP doc: GET_REPORT_CONFIGS: add REPORT_FORMAT to DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Sep 5, 2024
1 parent f5a194e commit 9b2b090
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16726,7 +16726,27 @@ END:VCALENDAR
<ele>
<name>default</name>
<summary>The fallback value of the param</summary>
<pattern>text</pattern>
<pattern>
text
<any><e>report_format</e></any>
</pattern>
<ele>
<name>report_format</name>
<summary>Report format info if type is report_format_list</summary>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<required>1</required>
</attrib>
<e>name</e>
</pattern>
<ele>
<name>name</name>
<summary>Name of the report format if available</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
<ele>
<name>options</name>
Expand Down

0 comments on commit 9b2b090

Please sign in to comment.