Diplcate datatype check

This commit is contained in:
Johan Maasing 2025-04-08 20:57:31 +02:00
parent 67eb11ae3e
commit 57088238c4
2 changed files with 42 additions and 30 deletions

View file

@ -1,5 +1,7 @@
{ some: configvalue, someother:value }
AType(data: List[String])
/some/endpoint <- SomeType(foo:String)
/some/other/endpoint <- SomeOtherType(bar:Seq[Embedded])
/yet/other/endpoint <- (bar:Seq[Embedded])
/some/other/endpoint <- (bar:Seq[Embedded])
/yet/other/endpoint2 <- (bar2:Seq[AType])