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 <[email protected]> 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"
