The definition of x-sap-precision shows it use for a DECFLOAT34 value in combination with format:decimal.
However the OpenAPI format registration for decimal states that
The decimal format represents a fixed point decimal number of unspecified precision and range.
Should we instead use the newly registered OpenAPI format decimal128 for DECFLOAT34 values?