Skip to content

Commit 5c1af8c

Browse files
authored
Merge pull request #38 from cedardevs/1480-avro-schema-update
fixed typo
2 parents 104dcf7 + 677b712 commit 5c1af8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"fields": [
77
{
88
"name": "uri",
9-
"type": "string"
9+
"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)