Sha256: c82a7be96f1c6e344729c247e392f52e14b896916bb7749e217be613e9e1f23a
Contents?: true
Size: 456 Bytes
Versions: 15
Compression:
Stored size: 456 Bytes
Contents
module Dry module Swagger module Errors class MissingHashSchemaError < StandardError 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 end end end end
Version data entries
15 entries across 15 versions & 1 rubygems