Implement YAML Validator
[sdc.git] / catalog-be / src / test / resources / yamlValidation / noValid / data_types_no-valid-012.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_2\r
2 data_types:\r
3   datatype_test:\r
4     derived_from: tosca.datatypes.Root\r
5     properties:\r
6       pr_2:\r
7         type: map\r
8         entry_schema:\r
9           type: boolean\r
10       descriptor_id:\r
11         type: string\r
12         description: Globally unique identifier of the VNFD\r
13         required: true\r
14         constraints:\r