diff --git a/bundle/manifests/sonataflow.org_sonataflows.yaml b/bundle/manifests/sonataflow.org_sonataflows.yaml index 4dc1ae28b..f2c73fe9e 100644 --- a/bundle/manifests/sonataflow.org_sonataflows.yaml +++ b/bundle/manifests/sonataflow.org_sonataflows.yaml @@ -80,8 +80,8 @@ spec: constants: additionalProperties: description: RawMessage is a raw encoded JSON value. It implements - Marshaler and Unmarshaler and can be used to delay JSON decoding - or precompute a JSON encoding. + [Marshaler] and [Unmarshaler] and can be used to delay JSON + decoding or precompute a JSON encoding. format: byte type: string description: Constants Workflow constants are used to define static, diff --git a/operator.yaml b/operator.yaml index 76aab2681..107134948 100644 --- a/operator.yaml +++ b/operator.yaml @@ -16983,8 +16983,8 @@ spec: constants: additionalProperties: description: RawMessage is a raw encoded JSON value. It implements - Marshaler and Unmarshaler and can be used to delay JSON decoding - or precompute a JSON encoding. + [Marshaler] and [Unmarshaler] and can be used to delay JSON + decoding or precompute a JSON encoding. format: byte type: string description: Constants Workflow constants are used to define static,