diff options
Diffstat (limited to 'javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml')
-rw-r--r-- | javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml new file mode 100644 index 0000000..73af17a --- /dev/null +++ b/javatoscachecker/kwalify/src/test/resources/validateSeqOfMapSchema.yml @@ -0,0 +1,9 @@ +type: seq +sequence: + - type: map + mapping: + name: + type: str + required: true + email: + type: str |