aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorALPERT <ma1944@att.com>2021-01-13 12:52:51 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2021-01-14 12:38:33 -0500
commite53aaf3776c4c43499f78c3c2546c945d5e29e4d (patch)
tree12a21d5eea272f972b86f67a2ab22afc283eda70
parenta040eac14a18d96df4dc4729df506ce993cad090 (diff)
Fixing mistaken schema change in aggregate-route
Removing required properties tag for three aggregate-route properties Issue-ID: AAI-3196 Change-Id: I4ca414f47820adc6fb6d2f46aeb87583dffd2571 Signed-off-by: Alpert, Matthew (ma1944) <ma1944@att.com>
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml b/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml
index 3d52c1e..e78b316 100644
--- a/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml
@@ -14503,17 +14503,17 @@
<xml-property name="description" value="Route UUID."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="networkStartAddress" name="network-start-address" required="true" type="java.lang.String">
+ <xml-element java-attribute="networkStartAddress" name="network-start-address" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Name of the forwarding-path"/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="cidrMask" name="cidr-mask" required="true" type="java.lang.String">
+ <xml-element java-attribute="cidrMask" name="cidr-mask" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="CIDR-mask for aggregate route subnet"/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="ipVersion" name="ip-version" required="true" type="java.lang.String">
+ <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Identifies is aggregate route is ipv4 or ipv6"/>
</xml-properties>
@@ -14561,7 +14561,7 @@
<xml-property name="container" value="aggregate-routes"/>
<xml-property name="dependentOn" value="vrf,l3-network"/>
<xml-property name="uriTemplate" value="/aggregate-routes/aggregate-route/{agg-route-id}"/>
- <xml-property name="requiredProps" value="agg-route-id,network-start-address,cidr-mask,ip-version"/>
+ <xml-property name="requiredProps" value="agg-route-id"/>
</xml-properties>
</java-type>
<java-type name="CommunicationServiceProfiles">