Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.86 KB

schemadiff.md

File metadata and controls

12 lines (8 loc) · 1.86 KB

SchemaDiff

A SchemaDiff represents a diff of two Schemas.

Fields

Field Type Required Description
additions T::Array<::String> ✔️ Holds every addition change in the diff.
deletions T::Array<::String> ✔️ Holds every deletion change in the diff.
modifications T::Hash[Symbol, ::OpenApiSDK::Shared::ValueChange] ✔️ Holds every modification change in the diff.