From 0c047b60a558271d222b6522ce0f7990eb6c12e2 Mon Sep 17 00:00:00 2001 From: Charles Fettinger Date: Thu, 8 Jun 2023 22:35:03 -0700 Subject: [PATCH] Update Prompt Schema version --- iz_helpers/promptschema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iz_helpers/promptschema.json b/iz_helpers/promptschema.json index e191801..2c44982 100644 --- a/iz_helpers/promptschema.json +++ b/iz_helpers/promptschema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "1.3", + "$id": "1.4", "type": "object", "properties": { "prompts": {