Welcome to the Bluefly.io code repository. By logging in, you agree to comply with our terms of service and code of conduct.

Skip to content

fix: resolve OpenAPI validation errors in JsonPatchOperation schema

thomas.scola@bluefly.io requested to merge development into main
  • Fix .redocly.yaml configuration: change 'warning' to 'warn' for valid severity levels
  • Remove invalid 'info-description' and 'license-url' rules from Redocly config
  • Refactor JsonPatchOperation schema to use oneOf instead of if/then/else
  • Add explicit type definitions for all operation variants (add/replace/test, move/copy, remove)
  • Resolve 'no-required-schema-properties-undefined' linting errors

This fixes the pipeline validation failures in test:green-phase.

Merge request reports

Loading