Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"type" and "type_version"

ReferenceReferenced to
ToscaPropertyToscaDataType
ToscaPolicyToscaPolicyType

...

Validation in new ORM layer

"type", "type_version" and "namespace"

Referenced to
ToscaPropertyToscaDataType
ToscaPolicyToscaPolicyType
ToscaNodeTemplateToscaNodeType

type_version is optional and "0.0.0" is the default value. namespace is optional and "DefaultNameSpace" is the default value

Examples:

ExampleKey
type: onap.datatypes.ToscaConceptIdentifier

"onap.datatypes.ToscaConceptIdentifier:0.0.0"

"DefaultNameSpace:onap.datatypes.ToscaConceptIdentifier:0.0.0"

type: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
type_version: 1.0.0

"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement:1.0.0"

"DefaultNameSpace:org.onap.policy.clamp.acm.PolicyAutomationCompositionElement:1.0.0"

type: 
type_version: 1.0.0

namespace: 




Conclusion

  • Work in progress