diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-01-04 12:31:41 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-01-04 12:34:40 -0500 |
commit | 9cde833b954ccfdb3a540f7b2663369f154b9e19 (patch) | |
tree | 187209e5c0624ebe2d349d82f9199dd03fd3ec49 /aai-schema/src/main/resources | |
parent | 7422093d3dcfd22d503030744e13b5be4c61172a (diff) |
Update the aai-uri to be unique1.3.5
Issue-ID: AAI-1958
Change-Id: I8f2200bfbb5e005f84a5d926f19c0a307b089a25
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml index 8b044f7b..31de2ebb 100644 --- a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -5566,8 +5566,8 @@ <java-type name="ReservedPropNames"> <xml-properties> <xml-property name="description" value="Internal map to define some reserved properties of a vertex" /> - <xml-property name="uniqueProps" value="aai-unique-key" /> - <xml-property name="indexedProps" value="aai-unique-key,source-of-truth,aai-node-type,aai-uri" /> + <xml-property name="uniqueProps" value="aai-unique-key,aai-uri,aai-uuid" /> + <xml-property name="indexedProps" value="aai-unique-key,source-of-truth,aai-node-type,aai-uri,aai-uuid" /> </xml-properties> <xml-root-element name="reserved-prop-names" /> <java-attributes> |