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
The text was updated successfully, but these errors were encountered:
what would be the equivalent in swagger-blocks
I've tried
but get the following exception
The text was updated successfully, but these errors were encountered: