Allow null upstream in metadata schema

This commit is contained in:
m00d 2025-10-01 07:08:31 +02:00
parent f890ae8332
commit 0517c200b0

View file

@ -24,7 +24,7 @@
"minLength": 1
},
"upstream": {
"type": "string"
"type": ["string", "null"]
},
"version": {
"type": "string",