-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
The OpenAPI define translator
and reasoner
tags for the API (required for proper indexing in the SmartAPI registry)
Unfortunately Swagger UI render them, and there is no plan on changing this behavior. See this issue: swagger-api/swagger-ui#3819
A way to avoid this behavior is to remove the translator
and reasoner
tags from the openapi.yml
file, and fill them directly via the SmartAPI web UI when registering the API. But this require manual operations and create a difference between the OpenAPI definition published and the one registered in SmartAPI
We could change the ReasonerAPI definition to remove query
and predicates
tags
- Put the
/query
call under thereasoner
tag - Put the
/predicates
call under thetranslator
tag
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested