Skip to content

Commit

Permalink
docs(aosd): Add Provider documentation based on the schema description
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 19, 2024
1 parent fbfcd0c commit 4dbbf12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/reporters/aosd/src/main/kotlin/Model.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ internal data class AOSD2(
val external: Boolean? = null
)

/**
* If the version has been divided into individual parts, then these can be made available for third-party use by
* providing the usage features and license information if necessary (e.g. dual licensing).
*/
@Serializable
data class Provider(
val additionalLicenses: List<License>,
Expand Down

0 comments on commit 4dbbf12

Please sign in to comment.