Require "url" field to not be empty (#25152)

This commit is contained in:
Joel Challis
2026-04-26 04:48:59 +01:00
committed by GitHub
parent 21c193f77b
commit 7d40a3328f
2 changed files with 2 additions and 12 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
"manufacturer": {"$ref": "./definitions.jsonschema#/text_identifier"},
"url": {
"type": "string",
"format": "uri"
"format": "uri",
"minLength": 1
},
"development_board": {
"type": "string",