27172 27173 27174 27175 27176 27177
# File 'lib/schemas.rb', line 27172 def self.from_dynamic!(d) d = Types::Hash[d] new( warnings: d["warnings"], ) end