mirror of
https://github.com/rancher/norman.git
synced 2025-09-09 02:59:19 +00:00
Random mapper fixes
This commit is contained in:
@@ -117,10 +117,10 @@ type Field struct {
|
||||
Type string `json:"type,omitempty"`
|
||||
Default interface{} `json:"default,omitempty"`
|
||||
Nullable bool `json:"nullable,omitempty"`
|
||||
Create bool `json:"create,omitempty"`
|
||||
Create bool `json:"create"`
|
||||
WriteOnly bool `json:"writeOnly,omitempty"`
|
||||
Required bool `json:"required,omitempty"`
|
||||
Update bool `json:"update,omitempty"`
|
||||
Update bool `json:"update"`
|
||||
MinLength *int64 `json:"minLength,omitempty"`
|
||||
MaxLength *int64 `json:"maxLength,omitempty"`
|
||||
Min *int64 `json:"min,omitempty"`
|
||||
|
Reference in New Issue
Block a user