Is it possible to define a List in a Schema? #515
Closed
Florenzen68
started this conversation in
General
Replies: 1 comment 2 replies
-
FYI: I made a mistake and used "(" and ")" instead of "<" and ">" while trying the Listing solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a test .pkl file that I use in my Bachelor Thesis:
However I want to validate the .pkl with this "Schema":
But obviously I get an error doing this. Is there a way to support "Lists" with a certain type? I tried to use Listing and Dynamic as Types but then the other rules defined in the classes got ignored. Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions