coarnotify.patterns.tentatively_accept¶
Pattern to represent a Tentative Accept notification https://coar-notify.net/specification/1.0.0/tentative-accept/
Classes¶
Class to represent a Tentative Accept notification |
Module Contents¶
- class coarnotify.patterns.tentatively_accept.TentativelyAccept(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 Tentative Accept notification
- validate() bool ¶
In addition to the base validation apply the following constraints:
The
inReplyTo
property is requiredThe
inReplyTo
value must match theobject.id
value
- Returns:
- TYPE¶
Tentative Accept type, the ActivityStreams Tentative Accept type