Skip to content

Commit 677b712

Browse files
committed
changed the default from none to ""
1 parent c372e09 commit 677b712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas-core/src/main/resources/avro/psi/fileLocation.avsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "uri",
99
"type": "string",
1010
"doc": "A Uniform Resource Identifier as defined by RFCs 2396 and 3986",
11-
"default": null
11+
"default": ""
1212
},
1313
{
1414
"name": "type",

0 commit comments

Comments
 (0)