Skip to content

Conversation

@darkxanter
Copy link
Contributor

When annotations are applied in this way, the corresponding parameters were not applied to the schema model.

@Path("string/{str}")
data class StringParam(
    @PathParam("A simple String Param")
    @MinLength(2)
    @MaxLength(10)
    val str: String,
)

@Wicpar Wicpar merged commit 6c8bf3b into papsign:master Feb 28, 2021
@darkxanter darkxanter deleted the feature/schema_filling branch February 28, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants