change property requirement
Change-Id: Ieeb95eba40584dad0747d7ac077eeff6ee892876
diff --git a/xos/tosca/custom_types/vmme.m4 b/xos/tosca/custom_types/vmme.m4
index 924445d..d3eb7d4 100644
--- a/xos/tosca/custom_types/vmme.m4
+++ b/xos/tosca/custom_types/vmme.m4
@@ -17,7 +17,7 @@
xos_base_service_props
service_message:
type: string
- required: true
+ required: false
tosca.nodes.MMETenant:
derived_from: tosca.nodes.Root
@@ -27,4 +27,4 @@
xos_base_tenant_props
tenant_message:
type: string
- required: true
\ No newline at end of file
+ required: false
diff --git a/xos/tosca/custom_types/vmme.yaml b/xos/tosca/custom_types/vmme.yaml
index be5ec1f..337dffb 100644
--- a/xos/tosca/custom_types/vmme.yaml
+++ b/xos/tosca/custom_types/vmme.yaml
@@ -80,7 +80,7 @@
description: Version number of Service.
service_message:
type: string
- required: true
+ required: false
tosca.nodes.MMETenant:
derived_from: tosca.nodes.Root
@@ -97,4 +97,4 @@
description: Service specific ID opaque to XOS but meaningful to service
tenant_message:
type: string
- required: true
\ No newline at end of file
+ required: false