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
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