Skip to content

Commit 104dcf7

Browse files
committed
added default setting in File Location schema for uri field
1 parent e6a0cbe commit 104dcf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"fields": [
77
{
88
"name": "uri",
9-
"type": "string",
10-
"doc": "A Uniform Resource Identifier as defined by RFCs 2396 and 3986"
9+
"type": "string"
10+
"doc": "A Uniform Resource Identifier as defined by RFCs 2396 and 3986",
11+
"default": null
1112
},
1213
{
1314
"name": "type",

0 commit comments

Comments
 (0)