aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml
blob: 9575e27c93f86cf2b8744803596ee6e3a2538fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_1

data_types:
  org.onap.tosca.checker.service.Person:
    properties:
      firstName:
        type: string
        required: true
      lastName:
        type: string
        required: true

node_types:
  org.onap.tosca.checker.service.Residence:
    properties:
      owner:
        type: org.onap.tosca.checker.service.Person