diff options
Diffstat (limited to 'applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml')
-rw-r--r-- | applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml | 50 |
1 files changed, 45 insertions, 5 deletions
diff --git a/applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml b/applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml index 089aad66..f44a3061 100644 --- a/applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml +++ b/applications/common/src/test/resources/matchable/onap.policies.Test-1.0.0.yaml @@ -18,10 +18,10 @@ policy_types: type: integer metadata: matchable: true - nonmatachableDouble: - type: double - matchableDouble: - type: double + nonmatachableFloat: + type: float + matchableFloat: + type: float metadata: matchable: true nonmatachableBoolean: @@ -35,4 +35,44 @@ policy_types: metadata: matchable: true entry_schema: - type: string
\ No newline at end of file + type: string + propertyOneMap: + type: map + entry_schema: + type: onap.datatype.level1 +data_types: + onap.datatype.one: + derived_from: tosca.datatypes.Root + properties: + oneString: + type: string + oneStringMatchable: + type: string + metadata: + matachable: true + propertyTwoList: + type: list + entry_schema: + type: onap.datatype.two + onap.datatype.two: + derived_from: tosca.datatypes.Root + properties: + twoString: + type: string + twoStringMatchable: + type: string + metadata: + matachable: true + propertyThreeMap: + type: map + entry_schema: + type: onap.datatype.three + onap.datatype.three: + derived_from: tosca.datatypes.Root + properties: + threeString: + type: string + threeStringMatchable: + type: string + metadata: + matachable: true
\ No newline at end of file |