diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index b32735e1e..caad9f252 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -175,6 +175,9 @@ }, "type": "array" }, + "builds_info": { + "$ref": "#/$defs/FileInfo" + }, "name_template": { "type": "string" }, @@ -919,8 +922,7 @@ "type": "integer" }, "mtime": { - "type": "string", - "format": "date-time" + "type": "string" } }, "additionalProperties": false, @@ -963,8 +965,7 @@ "type": "integer" }, "mtime": { - "type": "string", - "format": "date-time" + "type": "string" } }, "additionalProperties": false,