Skip to content

Athena::Framework::Bundle::Schema::ViewHandler#

Configuration Properties

serialize_nil#

type:

Bool

default:

false

If nil values should be serialized.


empty_content_status#

type:

HTTP::Status

default:

no_content

The HTTP::Status used when there is no response content.


failed_validation_status#

type:

HTTP::Status

default:

unprocessable_entity

The HTTP::Status used when validations fail.

Currently not used. Included for future work.