From 84392e56cfe5cdaed104ad16cf082877e5a18832 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Thu, 15 Dec 2022 14:06:19 -0300 Subject: [PATCH] chore: schema update Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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,