Skip to content

Commit b1284f1

Browse files
committed
changing default from "" to "NONE"
1 parent 5c1af8c commit b1284f1

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": ""
11+
"default": "NONE"
1212
},
1313
{
1414
"name": "type",

0 commit comments

Comments
 (0)