id | integer | Feature Id | No |
name | string | Feature Name | Yes |
createdOn | timestamp | Feature Creation Time | No |
modifiedOn | timestamp | Feature Modified Time | No |
createdBy | Nested Object | Contains the information of user who created the feature | No |
variables | Nested Object | Variables created | Yes |
variables[index].id | integer | Variable Id | Yes |
variables[index].variableName | string | Variable name | Yes |
variables[index].dataType | boolean | Variable Type | Yes |
variables[index].defaultValue | any | Variable Default value | Yes |
setting | Nested Object | Whether a feature is editable or not | No |