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 committed Aug 21, 2024
1 parent 264d36d commit 5db7bdc
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 @@ -16649,7 +16649,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 5db7bdc

Please sign in to comment.