diff --git a/.github/schemas/meta.schema.json b/.github/schemas/meta.schema.json index ba27ad3c..9bc6d70d 100644 --- a/.github/schemas/meta.schema.json +++ b/.github/schemas/meta.schema.json @@ -313,9 +313,17 @@ "type": "object", "properties": { "weights": { - "type": "string", "description": "The date of model weights (yyy-mm-dd).", - "format": "date" + "anyOf": [ + { + "type": "string", + "format": "date" + }, + { + "type": "string", + "maxLength": 0 + } + ] }, "code": { "type": "string",