Diplcate datatype check
This commit is contained in:
parent
67eb11ae3e
commit
57088238c4
2 changed files with 42 additions and 30 deletions
|
@ -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])
|
Loading…
Add table
Add a link
Reference in a new issue