This repository was archived by the owner on Dec 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ export const blog = 'http://id.tincanapi.com/activitytype/blog';
3434 */
3535export const book = 'http://id.tincanapi.com/activitytype/book' ;
3636
37+ /**
38+ * A list of tasks to be completed, names to be consulted, conditions to be verified and similar.
39+ */
40+ export const checklist = 'http://id.tincanapi.com/activitytype/checklist' ;
41+
3742/**
3843 * Represents a textual response to another object.
3944 * https://registry.tincanapi.com/#uri/activityType/59
@@ -103,6 +108,11 @@ export const logEntry = `${customBaseUrl}/log-entry`;
103108 */
104109export const message = 'https://w3id.org/xapi/acrossx/activities/message' ;
105110
111+ /**
112+ * Refers to an object that was annotated as part of the activity.
113+ */
114+ export const note = 'https://w3id.org/xapi/acrossx/activities/note' ;
115+
106116/**
107117 * Represents an organization of any kind.
108118 * https://registry.tincanapi.com/#uri/activityType/70
@@ -137,6 +147,11 @@ export const review = 'http://activitystrea.ms/schema/1.0/review';
137147 */
138148export const report = `${ customBaseUrl } /report` ;
139149
150+ /**
151+ * A generic item. It could be a video, a text article, a device, etc.
152+ */
153+ export const resource = 'http://id.tincanapi.com/activitytype/resource' ;
154+
140155/**
141156 * Represents the individual/group that has been assigned to a resource.
142157 */
You can’t perform that action at this time.
0 commit comments