From c2969d33fd264973572c87abd709f00381999b4a Mon Sep 17 00:00:00 2001 From: David Tam Date: Mon, 12 Aug 2024 12:52:23 -0700 Subject: [PATCH 1/2] add has_guardrails_endpoint to tags --- schemas/hub/tags.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/hub/tags.json b/schemas/hub/tags.json index c8415eb..38b9776 100644 --- a/schemas/hub/tags.json +++ b/schemas/hub/tags.json @@ -52,6 +52,9 @@ ] } }, + "hasGuardRailsEndpoint":{ + "type": "boolean" + }, "riskCategory": { "type": "array", "items": { From a4d81d5dc38a34d7231717c5f28350450e386841 Mon Sep 17 00:00:00 2001 From: David Tam Date: Mon, 12 Aug 2024 12:53:49 -0700 Subject: [PATCH 2/2] better desc and default --- schemas/hub/tags.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/hub/tags.json b/schemas/hub/tags.json index 38b9776..6c58ec2 100644 --- a/schemas/hub/tags.json +++ b/schemas/hub/tags.json @@ -53,7 +53,9 @@ } }, "hasGuardRailsEndpoint":{ - "type": "boolean" + "type": "boolean", + "description": "Indicates whether validator has a Guardrails endpoint", + "default": false }, "riskCategory": { "type": "array",