package com.gcsc.guide.dto; import jakarta.validation.constraints.NotBlank; public record AddPermissionRequest( @NotBlank String urlPattern ) { }