1 import {JsonObject, JsonProperty} from 'json2typescript';
4 export class VlbDefinition {
6 // tslint:disable-next-line:variable-name
7 tosca_definitions_version: string;
10 // dsl_definitions: DSLDefinitions;
11 // topology_template: TopologyTemplate;
14 export class Metadata {
15 @JsonProperty('template_author')
16 templateAuthor: string;
17 'author-email': string;
18 'user-groups': string;
19 @JsonProperty('template_name')
21 @JsonProperty('template_version')
22 templateVersion: string;
23 @JsonProperty('template_tag')