You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "David Griffon (Jira)" <ji...@apache.org> on 2022/08/24 12:50:00 UTC

[jira] [Closed] (UNOMI-639) ModifyConsent schema does not point to the right ref for target

     [ https://issues.apache.org/jira/browse/UNOMI-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Griffon closed UNOMI-639.
-------------------------------
    Resolution: Fixed

Issue fixed

> ModifyConsent schema does not point to the right ref for target
> ---------------------------------------------------------------
>
>                 Key: UNOMI-639
>                 URL: https://issues.apache.org/jira/browse/UNOMI-639
>             Project: Apache Unomi
>          Issue Type: Task
>    Affects Versions: 2.0.0
>            Reporter: Francois Gerthoffert
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> {code:java}
>     "target" : {        "$ref" : "https://unomi.apache.org/schemas/json/consent/1-0-0"    } {code}
>  
> should be:
> {code:java}
>     "target" : {        "$ref" : "https://unomi.apache.org/schemas/json/item/1-0-0"    } {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)