From 6629b3fb44de8e275f0ce83a6c74b591ff8736b6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Aug 2023 21:59:42 +0000 Subject: [PATCH] introduce product.schema --- openai-assistant-product/product.json | 3 ++- openai-connector-product/product.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/openai-assistant-product/product.json b/openai-assistant-product/product.json index 56aab79..036cbf0 100644 --- a/openai-assistant-product/product.json +++ b/openai-assistant-product/product.json @@ -1,4 +1,5 @@ { + "$schema": "https://json-schema.axonivy.com/market/10.0.0/product.json", "installers": [ { "id": "maven-dropins", @@ -22,4 +23,4 @@ } } ] -} +} \ No newline at end of file diff --git a/openai-connector-product/product.json b/openai-connector-product/product.json index 39595c2..ab0cda5 100644 --- a/openai-connector-product/product.json +++ b/openai-connector-product/product.json @@ -1,4 +1,5 @@ { + "$schema": "https://json-schema.axonivy.com/market/10.0.0/product.json", "installers": [ { "id": "maven-import", @@ -45,4 +46,4 @@ } } ] -} +} \ No newline at end of file