diff --git a/data/schemas/standard.schema.json b/data/schemas/standard.schema.json index 227a62c..f42c006 100644 --- a/data/schemas/standard.schema.json +++ b/data/schemas/standard.schema.json @@ -77,7 +77,8 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "minLength": 1 }, "value": { "type": "string",