description:Describes an object of any kind. The Object type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as Activity, IntransitiveActivity, Collection and OrderedCollection.
slots:
- source
- likes
- shares
class_uri:ap:Object
disjoint_with:Link
Actor:
is_a:as:Actor
slots:
- inbox
- outbox
- following
- followers
- liked
- streams
- preferredUsername
- endpoints
Inbox:
description:STUB
Outbox:
description:STUB
Followers:
is_a:Collection
mixins:
- ActorCollectionMixin
Following:
is_a:Collection
mixins:
- ActorCollectionMixin
Likes:
is_a:Collection
slot_usage:
items:
range:as:Like
Shares:
is_a:Collection
slot_usage:
items:
range:as:Announce
Public:
is_a:as:Collection
description:The special "public" collection https://www.w3.org/TR/activitypub/#public-addressing
Source:
slots:
- content
- mediaType
# Static Entities
Endpoint:
slots:
- proxyURL
- oauthAuthorizationEndpoint
- oauthTokenEndpoint
- provideClientKey
- signClientKey
- sharedInbox
# Helper Classes
HTTPMixin:
description:"Mixin for collections that are supposed to behave as HTTP endpoints"
mixin:true
slots:
- http_action# whatever you call "GET/POST/etc."
CollectionMixin:
description:"Additional props that are specified for some of the AP collections"
mixin:true
slots:
- authorization
- deduplication
- filter# mapping between visibility levels and collection of actor