class Committee::Drivers::Schema
Schema
is a base class for driver schema implementations.
Public Instance Methods
Source
# File lib/committee/drivers/schema.rb, line 13 def build_router(options) raise "needs implementation" end
Source
# File lib/committee/drivers/schema.rb, line 9 def driver raise "needs implementation" end
A link back to the derivative instance of Committee::Drivers::Driver
that create this schema.
Source
# File lib/committee/drivers/schema.rb, line 18 def supports_stub? true end
Stubs are supported in JSON Hyper-Schema and OpenAPI 2, but not yet in OpenAPI 3