class Dry::Swagger::Errors::MissingHashSchemaError

Public Instance Methods

message() click to toggle source
# File lib/dry/swagger/errors/missing_hash_schema_error.rb, line 5
def message
  "Could not generate documentation for field %{field_name}. The field is defined as hash,
  but the schema is not defined.
  Valid types are: %{valid_types}.
  The parser has generated the following definition for the field: %{field_name}: %{definition}
  "
end