Is there any way we can mark some APIs internal external with OpenAPI extensions that can be used by Developer studio team to decide if they should show this in client facing env. or not? is something similar already available?
Our team is adding below tag in hope we can use to differentiate.
x-api-scope: Internal
See comments on OpenAPI spec request. They believe this is something can be used done with extensions and the responsibility taken on the devleoper portal implementation to show/hide or control access.
OAI/OpenAPI-Specification#433