File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 30933093 }
30943094 },
30953095 "additionalProperties" : false ,
3096- "type" : " object" ,
3097- "required" : [
3098- " path"
3099- ]
3096+ "type" : " object"
31003097 },
31013098 "TranslatePatchExpression" : {
31023099 "oneOf" : [
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ type SyncToHostCustomResourceDefinition struct {
448448
449449type TranslatePatch struct {
450450 // 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"`
452452
453453 // Expression transforms the value according to the given JavaScript expression.
454454 Expression * TranslatePatchExpression `json:"expression,omitempty" jsonschema:"oneof_required=expression"`
You can’t perform that action at this time.
0 commit comments