File tree 2 files changed +2
-5
lines changed 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3093
3093
}
3094
3094
},
3095
3095
"additionalProperties" : false ,
3096
- "type" : " object" ,
3097
- "required" : [
3098
- " path"
3099
- ]
3096
+ "type" : " object"
3100
3097
},
3101
3098
"TranslatePatchExpression" : {
3102
3099
"oneOf" : [
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ type SyncToHostCustomResourceDefinition struct {
448
448
449
449
type TranslatePatch struct {
450
450
// Path is the path within the patch to target. If the path is not found within the patch, the patch is not applied.
451
- Path string `json:"path,omitempty" jsonschema:"required" `
451
+ Path string `json:"path,omitempty"`
452
452
453
453
// Expression transforms the value according to the given JavaScript expression.
454
454
Expression * TranslatePatchExpression `json:"expression,omitempty" jsonschema:"oneof_required=expression"`
You can’t perform that action at this time.
0 commit comments