Closed muskansethi1 closed 5 months ago
Currently for the case of apiProtocol being rest
, the metadata validator throws an error saying :
sap-ord-api-resource-definition-type
OData definitions only accept apiProtocol odata-v2
or odata-v4
in their parent resource. Instead the parent resource got apiProtocol: rest
.
discussion with Simon ->
the json apiResource for
rest
protocol would only generate openapi ( and not edmx). For odata-v4 it would still be both. So this change is to be done.
will pick up this change @RoshniNaveenaS What should be done for graphql?
discussion with Simon -> the json apiResource for
rest
protocol would only generate openapi ( and not edmx). For odata-v4 it would still be both. So this change is to be done.will pick up this change @RoshniNaveenaS What should be done for graphql?
We don't support graphql
for ORD. We will ignore with a warning
Hello @muskansethi1 , The PR looks good! Can you please resolve the conflicts ?
Hello @muskansethi1 , The PR looks good! Can you please resolve the conflicts ?
Resolved