Transformer that gives anonymous datatype the name of the last path segment

This commit is contained in:
Johan Maasing 2025-04-08 19:21:13 +02:00
parent 2a46a92630
commit 67eb11ae3e
5 changed files with 33 additions and 7 deletions

View file

@ -1,2 +1,5 @@
/some/endpoint =< SomeType(foo:String)
/some/other/endpoint =< SomeOtherType(bar:Seq[Embedded])
AType(data: List[String])
/some/endpoint <- SomeType(foo:String)
/some/other/endpoint <- SomeOtherType(bar:Seq[Embedded])
/yet/other/endpoint <- (bar:Seq[Embedded])