coarnotify.patterns.unprocessable_notification ============================================== .. py:module:: coarnotify.patterns.unprocessable_notification .. autoapi-nested-parse:: Pattern to represent the Unprocessable Notification notification https://coar-notify.net/specification/1.0.0/unprocessable/ Classes ------- .. autoapisummary:: coarnotify.patterns.unprocessable_notification.UnprocessableNotification Module Contents --------------- .. py:class:: UnprocessableNotification(stream: Union[coarnotify.core.activitystreams2.ActivityStream, dict] = None, validate_stream_on_construct=True, validate_properties=True, validators=None, validation_context=None, properties_by_reference=True) Bases: :py:obj:`coarnotify.core.notify.NotifyPattern`, :py:obj:`coarnotify.core.notify.SummaryMixin` Class to represent the Unprocessable Notification notification .. py:method:: validate() -> bool In addition to the base validation apply the following constraints: * The ``inReplyTo`` property is required * The ``summary`` property is required :return: .. py:attribute:: TYPE Unprocessable Notification types, including an ActivityStreams Flag and a COAR Notify Unprocessable Notification