summaryrefslogtreecommitdiffstats
path: root/dcaedt_catalog/db/src/main/resources/tosca-storage-schema.yaml
blob: 5ca7061569b05f42c6bd8238ae8f12dd4b5b0e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#_policy_type_storage_definition:
#  <<: *policy_type_definition
#  mapping:
#    <<: *policy_type_mapping
#    targets:
#      <<: *policy_type_targets
#      storage: inline

/_data_type_definition/mapping/derived_from:
  storage: none

/_node_type_definition/mapping/derived_from:
  storage: none

/_capability_type_definition/mapping/derived_from:
  storage: none
/_capability_type_definition/mapping/valid_source_types:
  storage: inline

/_relationship_type_definition/mapping/derived_from:
  storage: none
/_relationship_type_definition/mapping/valid_target_types:
  storage: inline

/_policy_type_definition/mapping/derived_from:
  storage: none
/_policy_type_definition/mapping/targets:
  storage: inline

/_node_template_definition/mapping/type:
  storage: none

/_policy_template_definition/mapping/targets:
  storage: inline

/_policy_template_definition/mapping/type:
  storage: none