From 4beb9ad718df90ab6c165c520b48fa013cab08bf Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Tue, 7 May 2024 15:37:23 -0500 Subject: [PATCH] fix fail result id --- schemas/core/fail-result.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/core/fail-result.json b/schemas/core/fail-result.json index e273e17..f4d5505 100644 --- a/schemas/core/fail-result.json +++ b/schemas/core/fail-result.json @@ -1,5 +1,5 @@ { - "$id": "https://raw.githubusercontent.com/guardrails-ai/interfaces/core-schemas/schemas/core/pass-result.json", + "$id": "https://raw.githubusercontent.com/guardrails-ai/interfaces/core-schemas/schemas/core/fail-result.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PassResult", "type": "object",