PR #134 added OpenAPI linting. Redocly currently validates api/openapi-v1.yml successfully, but still reports warnings that should be addressed in a focused follow-up:\n\n- localhost server URLs in the top-level servers list\n- operations without documented 4XX responses\n\nThe missing 4XX responses need endpoint-by-endpoint API semantics, so this should be handled separately from the contract-validation PR.
PR #134 added OpenAPI linting. Redocly currently validates api/openapi-v1.yml successfully, but still reports warnings that should be addressed in a focused follow-up:\n\n- localhost server URLs in the top-level servers list\n- operations without documented 4XX responses\n\nThe missing 4XX responses need endpoint-by-endpoint API semantics, so this should be handled separately from the contract-validation PR.