├── ActivityPub.json ├── JSONLD.json ├── LICENSE.md ├── README.md ├── package.json ├── test ├── examples │ └── ActivityVocabularyExamples.json └── index.js └── type ├── Accept.json ├── Activity.json ├── Actor.json ├── Add.json ├── Announce.json ├── Application.json ├── Arrive.json ├── Article.json ├── Audio.json ├── Block.json ├── Collection.json ├── CollectionPage.json ├── Create.json ├── Delete.json ├── Dislike.json ├── Document.json ├── Event.json ├── Flag.json ├── Follow.json ├── Group.json ├── Ignore.json ├── Image.json ├── IntransitiveActivity.json ├── Invite.json ├── Join.json ├── Leave.json ├── Like.json ├── Link.json ├── Listen.json ├── Mention.json ├── Move.json ├── Note.json ├── Object.json ├── Offer.json ├── OrderedCollection.json ├── OrderedCollectionPage.json ├── Organization.json ├── Page.json ├── Person.json ├── Place.json ├── Profile.json ├── Question.json ├── Read.json ├── Reject.json ├── Relationship.json ├── Remove.json ├── Service.json ├── TentativeAccept.json ├── TentativeReject.json ├── Tombstone.json ├── Travel.json ├── Undo.json ├── Update.json ├── Video.json └── View.json /ActivityPub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/ActivityPub.json -------------------------------------------------------------------------------- /JSONLD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/JSONLD.json -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/package.json -------------------------------------------------------------------------------- /test/examples/ActivityVocabularyExamples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/test/examples/ActivityVocabularyExamples.json -------------------------------------------------------------------------------- /test/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/test/index.js -------------------------------------------------------------------------------- /type/Accept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Accept.json -------------------------------------------------------------------------------- /type/Activity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Activity.json -------------------------------------------------------------------------------- /type/Actor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Actor.json -------------------------------------------------------------------------------- /type/Add.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Add.json -------------------------------------------------------------------------------- /type/Announce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Announce.json -------------------------------------------------------------------------------- /type/Application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Application.json -------------------------------------------------------------------------------- /type/Arrive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Arrive.json -------------------------------------------------------------------------------- /type/Article.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Article.json -------------------------------------------------------------------------------- /type/Audio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Audio.json -------------------------------------------------------------------------------- /type/Block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Block.json -------------------------------------------------------------------------------- /type/Collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Collection.json -------------------------------------------------------------------------------- /type/CollectionPage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/CollectionPage.json -------------------------------------------------------------------------------- /type/Create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Create.json -------------------------------------------------------------------------------- /type/Delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Delete.json -------------------------------------------------------------------------------- /type/Dislike.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Dislike.json -------------------------------------------------------------------------------- /type/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Document.json -------------------------------------------------------------------------------- /type/Event.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Event.json -------------------------------------------------------------------------------- /type/Flag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Flag.json -------------------------------------------------------------------------------- /type/Follow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Follow.json -------------------------------------------------------------------------------- /type/Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Group.json -------------------------------------------------------------------------------- /type/Ignore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Ignore.json -------------------------------------------------------------------------------- /type/Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Image.json -------------------------------------------------------------------------------- /type/IntransitiveActivity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/IntransitiveActivity.json -------------------------------------------------------------------------------- /type/Invite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Invite.json -------------------------------------------------------------------------------- /type/Join.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Join.json -------------------------------------------------------------------------------- /type/Leave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Leave.json -------------------------------------------------------------------------------- /type/Like.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Like.json -------------------------------------------------------------------------------- /type/Link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Link.json -------------------------------------------------------------------------------- /type/Listen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Listen.json -------------------------------------------------------------------------------- /type/Mention.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Mention.json -------------------------------------------------------------------------------- /type/Move.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Move.json -------------------------------------------------------------------------------- /type/Note.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Note.json -------------------------------------------------------------------------------- /type/Object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Object.json -------------------------------------------------------------------------------- /type/Offer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Offer.json -------------------------------------------------------------------------------- /type/OrderedCollection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/OrderedCollection.json -------------------------------------------------------------------------------- /type/OrderedCollectionPage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/OrderedCollectionPage.json -------------------------------------------------------------------------------- /type/Organization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Organization.json -------------------------------------------------------------------------------- /type/Page.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Page.json -------------------------------------------------------------------------------- /type/Person.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Person.json -------------------------------------------------------------------------------- /type/Place.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Place.json -------------------------------------------------------------------------------- /type/Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Profile.json -------------------------------------------------------------------------------- /type/Question.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Question.json -------------------------------------------------------------------------------- /type/Read.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Read.json -------------------------------------------------------------------------------- /type/Reject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Reject.json -------------------------------------------------------------------------------- /type/Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Relationship.json -------------------------------------------------------------------------------- /type/Remove.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Remove.json -------------------------------------------------------------------------------- /type/Service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Service.json -------------------------------------------------------------------------------- /type/TentativeAccept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/TentativeAccept.json -------------------------------------------------------------------------------- /type/TentativeReject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/TentativeReject.json -------------------------------------------------------------------------------- /type/Tombstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Tombstone.json -------------------------------------------------------------------------------- /type/Travel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Travel.json -------------------------------------------------------------------------------- /type/Undo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Undo.json -------------------------------------------------------------------------------- /type/Update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Update.json -------------------------------------------------------------------------------- /type/Video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/Video.json -------------------------------------------------------------------------------- /type/View.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redaktor/ActivityPubSchema/HEAD/type/View.json --------------------------------------------------------------------------------