diff --git a/sdk/framework/path.go b/sdk/framework/path.go index 8f5dd5bee1..87ba5d43e0 100644 --- a/sdk/framework/path.go +++ b/sdk/framework/path.go @@ -190,8 +190,8 @@ type DisplayAttributes struct { // Action is the verb to use for the operation. Action string `json:"action,omitempty"` - // EditType is the type of form field needed for a property - // e.g. "textarea" or "file" + // EditType is the optional type of form field needed for a property + // This is only necessary for a "textarea" or "file" EditType string `json:"editType,omitempty"` }