summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/types/datatypes/dataTypeUpdatePropertyRemoved_part1.yml
blob: b8cdc3bf62ce17f9414cbc3abacbdda9def74c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tosca.datatypes.Root:
  description: The TOSCA root Data Type all other TOSCA base Data Types derive from

string:
  derived_from: tosca.datatypes.Root

tosca.datatypes.Credential: 
  derived_from: tosca.datatypes.Root
  properties: 
    protocol1: 
      type: string
      required: false
    protocol2: 
      type: string
      required: false