# Redocly lint configuration for Nova Web Admin API # Disable rules that conflict with AWS API Gateway routing convention # (query-based routing via ctrl/api/ver params) rules: # AWS API Gateway uses query-string-based routing — paths intentionally # contain query parameters as part of the endpoint identifier. path-not-include-query: off # Security schemes are defined in index.yaml (root); path files reference # them by name. Redocly can't resolve cross-file security definitions. security-defined: off # License info is optional for internal APIs info-license: off