Configuration examples for visibility and context features
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This topic provides sample configuration snippets that demonstrate how to enable OpenAPI visibility features and control per-tool context behavior.
Enable all visibility features
The following example shows how to enable all visibility enrichment features, including filter
examples, parameter examples, and per-tool context. It also sets limits for context
files and character size. Use this configuration when you want to activate all
visibility features::
|
Enable only per-tool context
The following example shows a minimal configuration that enables per-tool context enrichment
without activating other visibility features. Use this configuration when you want
to enable only per-tool context:
|
Example _index.json file with operation priorities
The
_index.json file allows you to control global formatting defaults and set
priorities for specific operations. Higher priority values ensure that those
operations are enriched first. The following example shows how to set global
defaults and elevate two operations using priority values:
|