diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-31 12:44:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-31 12:44:23 +0000 |
commit | e688cb6c9dbd5ecad4bbc3cd8f57aa9f7d208713 (patch) | |
tree | 9830380952b084150477eee98ea2b8aa242d8637 | |
parent | ea8fd6be7ad470d398ce029f2866e1ce3e44474b (diff) | |
parent | 9809f8b126dc744872729ac35df11ede55190a6d (diff) |
Merge "changes in Propertydata model"
-rw-r--r-- | cds-ui/client/src/app/common/core/store/models/propertyData.model.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 |