From: Swapnali Shadanan Pode Date: Fri, 29 Mar 2019 10:28:29 +0000 (+0530) Subject: changes in Propertydata model X-Git-Tag: 0.4.2~132^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9809f8b126dc744872729ac35df11ede55190a6d;p=ccsdk%2Fcds.git changes in Propertydata model Change-Id: I114a90a8d3b4a1fffdd62a4e3027a7acf6e639ce Issue-ID: CCSDK-804 Signed-off-by: sp00501638 --- diff --git a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts index 94cff8991..96e9fda7e 100644 --- a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts +++ b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts @@ -20,8 +20,8 @@ import {IEntrySchema} from './entrySchema.model'; export interface IPropertyData{ - discription:string; - _type:string; + description:string; + type:string; required:boolean; entry_schema:IEntrySchema; } \ No newline at end of file