Allow null upstream in metadata schema
This commit is contained in:
parent
f890ae8332
commit
0517c200b0
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"minLength": 1
|
||||
},
|
||||
"upstream": {
|
||||
"type": "string"
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue