Skip to content

Commit a644e1a

Browse files
committed
making uri field in FileLocation optional
1 parent b1284f1 commit a644e1a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

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

0 commit comments

Comments
 (0)