core/search/src/main/kotlin/io/klibs/core/search/dto/api/SearchPackageResultDTO.kt [11:72]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Schema( description = "Group ID of the package", example = "io.github.kstatemachine" ) val groupId: String, @Schema( description = "Artifact ID of the package", example = "kstatemachine" ) val artifactId: String, @Schema( description = "Package's description. Can be null", example = "KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines." ) val description: String?, @Schema( description = "Link to the SCM, such as GitHub", example = "https://github.com/KStateMachine/kstatemachine" ) val scmLink: String, @Schema( description = "Owner's type. Author means an individual contributor (personal profile).", example = "organization", allowableValues = ["organization", "author"] ) val ownerType: String, @Schema( description = "Unique login of the owner, regardless of type", example = "KStateMachine" ) val ownerLogin: String, @Schema( description = "The name of the license", example = "Boost Software License 1.0" ) val licenseName: String?, @Schema( description = "Latest version of the package", example = "0.31.1" ) val latestVersion: String, @Schema( description = "Epoch millis of when the package was released", example = "1725375720000" ) val releaseTsMillis: Long, @Schema( description = "Platforms supported by the package. Predefined values.", allowableValues = ["common", "jvm", "androidJvm", "native", "wasm", "js"] ) val platforms: List, @Schema( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - core/search/src/main/kotlin/io/klibs/core/search/dto/api/SearchPackageResultDTOTargetList.kt [11:72]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Schema( description = "Group ID of the package", example = "io.github.kstatemachine" ) val groupId: String, @Schema( description = "Artifact ID of the package", example = "kstatemachine" ) val artifactId: String, @Schema( description = "Package's description. Can be null", example = "KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines." ) val description: String?, @Schema( description = "Link to the SCM, such as GitHub", example = "https://github.com/KStateMachine/kstatemachine" ) val scmLink: String, @Schema( description = "Owner's type. Author means an individual contributor (personal profile).", example = "organization", allowableValues = ["organization", "author"] ) val ownerType: String, @Schema( description = "Unique login of the owner, regardless of type", example = "KStateMachine" ) val ownerLogin: String, @Schema( description = "The name of the license", example = "Boost Software License 1.0" ) val licenseName: String?, @Schema( description = "Latest version of the package", example = "0.31.1" ) val latestVersion: String, @Schema( description = "Epoch millis of when the package was released", example = "1725375720000" ) val releaseTsMillis: Long, @Schema( description = "Platforms supported by the package. Predefined values.", allowableValues = ["common", "jvm", "androidJvm", "native", "wasm", "js"] ) val platforms: List, @Schema( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -