From 205b34621530d9a9823923f1248d128647b93338 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 14 Oct 2024 10:06:22 -0300 Subject: [PATCH] chore(docs): update schema Signed-off-by: Carlos Alexandro Becker --- www/docs/static/schema-pro.json | 40 +++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 6c7eed5d1..585e9993d 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -424,19 +424,43 @@ }, "type": "array" }, + "goamd64": { + "items": { + "type": "string" + }, + "type": "array" + }, + "go386": { + "items": { + "type": "string" + }, + "type": "array" + }, "goarm": { "items": { "type": "string" }, "type": "array" }, + "goarm64": { + "items": { + "type": "string" + }, + "type": "array" + }, "gomips": { "items": { "type": "string" }, "type": "array" }, - "goamd64": { + "goppc64": { + "items": { + "type": "string" + }, + "type": "array" + }, + "goriscv64": { "items": { "type": "string" }, @@ -1696,6 +1720,12 @@ "goarch": { "type": "string" }, + "goamd64": { + "type": "string" + }, + "go386": { + "type": "string" + }, "goarm": { "oneOf": [ { @@ -1706,10 +1736,16 @@ } ] }, + "goarm64": { + "type": "string" + }, "gomips": { "type": "string" }, - "goamd64": { + "goppc64": { + "type": "string" + }, + "goriscv64": { "type": "string" } },