You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
property :extension do
key :type, :array
items do
key :type, :object
oneOf do
key :'$ref', :Race
key :'$ref', :Ethnicity
key :'$ref', :Ethnicity
end
end
end
but get the following exception
undefined method `oneOf' for #<Swagger::Blocks::Nodes::ItemsNode
aedryan, prasannakumar1989, chrisgem, cynek and tomaszgieres