You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2022/06/09 18:18:22 UTC

[unomi] 02/06: UNOMI-569 Flatten JSON Schemas & fix schema bugs - Change vendor to use a real entity name

This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch UNOMI-569-flatten-schemas
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 240e7f36a27c5f086da950029f1cd9e4c49b99fd
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue May 31 11:21:45 2022 +0200

    UNOMI-569 Flatten JSON Schemas & fix schema bugs
    - Change vendor to use a real entity name
---
 .../src/main/resources/META-INF/cxs/schemas/timestampeditem.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/timestampeditem.json b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/timestampeditem.json
index db8f078e2..dd71b16c9 100644
--- a/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/timestampeditem.json
+++ b/extensions/json-schema/services/src/main/resources/META-INF/cxs/schemas/timestampeditem.json
@@ -2,7 +2,7 @@
   "$id": "https://unomi.apache.org/schemas/json/timestampeditem/1-0-0",
   "$schema": "https://json-schema.org/draft/2019-09/schema",
   "self":{
-    "vendor":"org.apache.unomi",
+    "vendor":"The Apache Software Foundation",
     "name": "timestampedItem",
     "format":"jsonschema",
     "version":"1-0-0"