Skip to content

Commit fc959ba

Browse files
committed
reverting changes
1 parent a644e1a commit fc959ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"fields": [
77
{
88
"name": "uri",
9-
"type": [
10-
"null",
11-
"string"
12-
],
9+
"type": "string",
1310
"doc": "A Uniform Resource Identifier as defined by RFCs 2396 and 3986",
14-
"default": null
11+
"default": ""
1512
},
1613
{
1714
"name": "type",

0 commit comments

Comments
 (0)