You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not deprecating nor stopping the use of JSON, we added a specific content-negotiation format for openapi, fix the deprecation by adjusting your formats in the configuration to:
I am getting this deprecation notice:
Since api-platform/core 3.2: The "json" format is too broad, use ["jsonopenapi" => ["application/vnd.openapi+json"]] instead.
We have dozens of API's in our organization, using several stacks ( PHP, Java ) with multiple consummers and JSON is the standard interface format.
When I see the above deprecation notice I get concerned and wonder what's the intention and plans for API-Platform.
Having JSON format is a must. We do not want nor plan to move to JSON API, as nice a format as it may be.
So, the question is: is API-Platform going to continue to support JSON and I can safely ignore the above deprecation notice, or what are the plans?
Thanks
The text was updated successfully, but these errors were encountered: