Refactor to authorative TOSCA serializtion
[policy/models.git] / models-tosca / src / main / java / org / onap / policy / models / tosca / authorative / concepts / ToscaEntrySchema.java
index a3526f7..352dfa7 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP Policy Model
  * ================================================================================
  * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2019 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -32,9 +33,12 @@ import lombok.Data;
  */
 @Data
 public class ToscaEntrySchema {
+    private String name;
 
     private String type;
 
+    private String typeVersion;
+
     private String description;
 
     private List<ToscaConstraint> constraints;