In OAS, we have an IndividualService /v1/document-embedding-status. In this service, we have a request-header parameter "x-correlator" the specification of which is as follows:
Problem:
As per the description provided, Empty string accepted from external applications. which is contradicting with the required: true constraint provided.
Also, this description explains that the incoming request can have x-correlator provided as an empty string. As per given pattern, which does not allow an empty string.
Proposal:
We shall remove the line description: 'Empty string accepted from external applications.' from specification.
In OAS, we have an IndividualService /v1/document-embedding-status. In this service, we have a request-header parameter "x-correlator" the specification of which is as follows:
Problem:
Empty string accepted from external applications.
which is contradicting with therequired: true
constraint provided.Proposal:
description: 'Empty string accepted from external applications.'
from specification.