Skip to content

Commit 6399b4a

Browse files
committed
minor fix to the json schema for repositories
1 parent 242bdbe commit 6399b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haikudepotserver-core/src/main/resources/schema/dumpexportrepository.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"extraIdentifiers": {
3636
"type": "array",
3737
"items": {
38-
"type": "string"
38+
"type": "string",
39+
"javaType": "java.lang.String"
3940
}
4041
},
4142
"repositorySourceMirrors": {

0 commit comments

Comments
 (0)