Skip to content

Commit

Permalink
Update licenses_schema.txt (#249)
Browse files Browse the repository at this point in the history
added missing "gating" attribute #237
  • Loading branch information
jkrech authored Aug 21, 2023
1 parent 7de7e45 commit e064a01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doxygen/src/licenses_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,16 @@ An element containing a list of one or more license files.
<td>If set to 'true' this licenseSet is associated with the pack's content and for all
apis and components, which are not explicitly referencing another licenseSet.
There can only be a single default licenseSet. This optional attribute is treated as 'false' if not specified.</td>
<td>xs:string</td>
<td>xs:boolean</td>
<td>optional</td>
</tr>
<tr>
<td>gating</td>
<td>If set to 'true' this licenseSet is required to be accepted/acknowledged by the user before the installation
process starts extracting any other files than license files from the pack. If declined the pack installation
process will terminate. This optional attribute is treated as 'false' if not specified.
</td>
<td>xs:boolean</td>
<td>optional</td>
</tr>
<tr>
Expand Down

0 comments on commit e064a01

Please sign in to comment.