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 "minLength": 1
}, },
"upstream": { "upstream": {
"type": "string" "type": ["string", "null"]
}, },
"version": { "version": {
"type": "string", "type": "string",