coarnotify.patterns.reject

Pattern to represent a Reject notification https://coar-notify.net/specification/1.0.0/reject/

Classes

Reject

Class to represent a Reject notification

Module Contents

class coarnotify.patterns.reject.Reject(stream: coarnotify.core.activitystreams2.ActivityStream | dict = None, validate_stream_on_construct=True, validate_properties=True, validators=None, validation_context=None, properties_by_reference=True)

Bases: coarnotify.core.notify.NestedPatternObjectMixin, coarnotify.core.notify.NotifyPattern, coarnotify.core.notify.SummaryMixin

Class to represent a Reject notification

validate() bool

In addition to the base validation apply the following constraints:

  • The inReplyTo property is required

  • The inReplyTo value must match the object.id value

Returns:

True if the validation passes, otherwise raise a ValidationError

TYPE

Reject type, the ActivityStreams Reject type