class Apicraft::Mocker::OneOf

Generate mock based on the OneOf schema

def mock

def mock
  Mocker.mock(
    schema.one_of.sample
  )
end