Skip to content

Commit 01ea3fe

Browse files
committed
Add nullable List example
1 parent 0d65638 commit 01ea3fe

File tree

1 file changed

+6
-0
lines changed
  • tests/src/test/resources/com/cosium/json_schema_to_java_record_tests/case1

1 file changed

+6
-0
lines changed

tests/src/test/resources/com/cosium/json_schema_to_java_record_tests/case1/customer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
},
1212
"address": {
1313
"$ref": "classpath:/com/cosium/json_schema_to_java_record_tests/case1/address.json"
14+
},
15+
"tags": {
16+
"type": "array",
17+
"items": {
18+
"type": "string"
19+
}
1420
}
1521
},
1622
"required": [ "firstName", "lastName" ]

0 commit comments

Comments
 (0)