Sha256: 1c90ddd22fc8c8e4d118de33c999e106f7d6913a7cce6c07bfbd48fd6ccd49e5
Contents?: true
Size: 336 Bytes
Versions: 26
Compression:
Stored size: 336 Bytes
Contents
module JSONAPIonify::Structure module Objects class Source < Base may_contain!( :pointer, # a JSON Pointer [[RFC6901](https://tools.ietf.org/html/rfc6901)] to the associated entity in the request document :parameter # a string indicating which URI query parameter caused the error. ) end end end
Version data entries
26 entries across 26 versions & 1 rubygems