http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/satisfy.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/satisfy.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/satisfy.json deleted file mode 100644 index a719680..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/satisfy.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Satisfy", - "description": "Indicates that the actor has satisfied the object. If a target is specified, it indicate the context within which the object was satisfied. For instance, if a person satisfies the requirements for a particular challenge, the person is the actor; the requirement is the object; and the challenge is the target.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "satisfy" - }, - "title": { - "type": "string", - "default": "{actor.displayName} has satisfied {object.displayName}" - } - } -}
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/save.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/save.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/save.json deleted file mode 100644 index 1bdbc4b..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/save.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Save", - "description": "Indicates that the actor has called out the object as being of interest primarily to him- or herself. Though this action MAY be shared publicly, the implication is that the object has been saved primarily for the actor's own benefit rather than to show it to others as would be indicated by the \"share\" verb.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "save" - }, - "title": { - "type": "string", - "default": "{actor.displayName} saved {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/schedule.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/schedule.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/schedule.json deleted file mode 100644 index a9824a3..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/schedule.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Schedule", - "description": "Indicates that the actor has scheduled the object. For instance, scheduling a meeting.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "schedule" - }, - "title": { - "type": "string", - "default": "{actor.displayName} scheduled {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/search.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/search.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/search.json deleted file mode 100644 index 3263bbb..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/search.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Search", - "description": "Indicates that the actor is or has searched for the object. If a target is specified, it indicates the context within which the search is or has been conducted.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "satisfy" - }, - "title": { - "type": "string", - "default": "{actor.displayName} search for {object.displayName} in {target.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sell.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sell.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sell.json deleted file mode 100644 index 16aa351..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sell.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Sell", - "description": "Indicates that the actor has sold the object. If a target is specified, it indicates the entity to which the object was sold.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "sell" - }, - "title": { - "type": "string", - "default": "{actor.displayName} sold {object.displayName} to {target.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/send.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/send.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/send.json deleted file mode 100644 index ead4108..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/send.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Share", - "description": "Indicates that the actor has called out the object to readers. In most cases, the actor did not create the object being shared, but is instead drawing attention to it.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "share" - }, - "title": { - "type": "string", - "default": "{actor.displayName} shared {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/share.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/share.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/share.json deleted file mode 100644 index 18c0aea..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/share.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Share", - "description": "To share an object.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "share" - }, - "title": { - "type": "string", - "default": "{actor.displayName} shared {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sponsor.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sponsor.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sponsor.json deleted file mode 100644 index cc6f5cf..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/sponsor.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Sponsor", - "description": "Indicates that the actor has sponsored the object. If a target is specified, it indicates the context within which the sponsorship is offered. For instance, a company can sponsor an event; or an individual can sponsor a project; etc.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "sponsor" - }, - "title": { - "type": "string", - "default": "{actor.displayName} sponsored {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/start.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/start.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/start.json deleted file mode 100644 index 61eaf06..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/start.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Start", - "description": "Indicates that the actor has started the object. For instance, when a person starts a project.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "start" - }, - "title": { - "type": "string", - "default": "{actor.displayName} started {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/stop-following.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/stop-following.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/stop-following.json deleted file mode 100644 index e09317d..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/stop-following.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnFollow", - "description": "Indicates that the actor has stopped following the object.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "follow" - }, - "title": { - "type": "string", - "default": "{actor.displayName} stopped following {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/submit.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/submit.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/submit.json deleted file mode 100644 index c1d25b1..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/submit.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Submit", - "description": "Indicates that the actor has submitted the object. If a target is specified, it indicates the entity to which the object was submitted.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "submit" - }, - "title": { - "type": "string", - "default": "{actor.displayName} submitted {object.displayName} to {target.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tag.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tag.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tag.json deleted file mode 100644 index 6208eae..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tag.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Tag", - "description": "Indicates that the actor has associated the object with the target. For example, if the actor specifies that a particular user appears in a photo. the object is the user and the target is the photo.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "tag" - }, - "title": { - "type": "string", - "default": "{actor.displayName} tagged {object.displayName} as {target.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/terminate.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/terminate.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/terminate.json deleted file mode 100644 index 280eb31..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/terminate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Terminate", - "description": "Indicates that the actor has terminated the object.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "terminate" - }, - "title": { - "type": "string", - "default": "{actor.displayName} terminated {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tie.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tie.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tie.json deleted file mode 100644 index 7530ed2..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/tie.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Tie", - "description": "Indicates that the actor has neither won or lost the object. This verb is generally only applicable when the object represents some form of competition, such as a game.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "tie" - }, - "title": { - "type": "string", - "default": "{actor.displayName} tied at {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unfavorite.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unfavorite.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unfavorite.json deleted file mode 100644 index bfa9c20..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unfavorite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnFavorite", - "description": "Indicates that the actor has removed the object from the collection of favorited items.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "unfavorite" - }, - "title": { - "type": "string", - "default": "{actor.displayName} removed {object.displayName} as a favorite" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unlike.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unlike.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unlike.json deleted file mode 100644 index 4dc75f6..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unlike.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnLike", - "description": "Indicates that the actor has removed the object from the collection of liked items.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "unlike" - }, - "title": { - "type": "string", - "default": "{actor.displayName} no longer likes {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsatisfy.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsatisfy.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsatisfy.json deleted file mode 100644 index 8ea075b..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsatisfy.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnSatisfy", - "description": "Indicates that the actor has not satisfied the object. If a target is specified, it indicates the context within which the object was not satisfied. For instance, if a person fails to satisfy the requirements of some particular challenge, the person is the actor; the requirement is the object and the challenge is the target.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "unsatisfy" - }, - "title": { - "type": "string", - "default": "{actor.displayName} has not satisfied {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsave.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsave.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsave.json deleted file mode 100644 index e45a97f..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsave.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnSave", - "description": "Indicates that the actor has removed the object from the collection of saved items.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "unsave" - }, - "title": { - "type": "string", - "default": "{actor.displayName} unsaved {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unshare.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unshare.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unshare.json deleted file mode 100644 index 4ca924b..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/unshare.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "UnSave", - "description": "Indicates that the actor is no longer sharing the object. If a target is specified, it indicates the entity with whom the object is no longer being shared.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "unshare" - }, - "title": { - "type": "string", - "default": "{actor.displayName} is no longer sharing {object.displayName} with {target.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/update.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/update.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/update.json deleted file mode 100644 index 4b143fc..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/update.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Update", - "description": "The \"update\" verb indicates that the actor has modified the object. Use of the \"update\" verb is generally reserved to indicate modifications to existing objects or data such as changing an existing user's profile information.", - "notes": "The new property value can be a scalar value or an object. See the property object type", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "update" - }, - "title": { - "type": "string", - "default": "{actor.displayName} updated {target.displayName}'s {object.displayName} to {object.value}" - }, - "object": { - "type": "object", - "$ref": "../object.json" - }, - "target": { - "type": "object", - "optional": true, - "$ref": "../object.json" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/use.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/use.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/use.json deleted file mode 100644 index d5a79fd..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/use.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Use", - "description": "Indicates that the actor has used the object in some manner.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "use" - }, - "title": { - "type": "string", - "default": "{actor.displayName} used {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/watch.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/watch.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/watch.json deleted file mode 100644 index 192d56e..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/watch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Watch", - "description": "Indicates that the actor has watched the object. This verb is typically applicable only when the object represents dynamic, visible content such as a movie, a television show or a public performance.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "watch" - }, - "title": { - "type": "string", - "default": "{actor.displayName} watched {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/win.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/win.json b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/win.json deleted file mode 100644 index a5bef2a..0000000 --- a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/win.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-03/schema", - "$license": [ - "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", - "http://www.apache.org/licenses/LICENSE-2.0" - ], - "id": "#", - "type": "object", - "title": "Win", - "description": "Indicates that the actor has won the object. For instance, if a person wins a game.", - "extends": { - "$ref": "../activity.json" - }, - "properties": { - "verb": { - "type": "string", - "default": "win" - }, - "title": { - "type": "string", - "default": "{actor.displayName} won {object.displayName}" - } - } -} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/accept.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/accept.json b/streams-pojo/src/main/jsonschema/verbs/accept.json new file mode 100644 index 0000000..a9f91fe --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/accept.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Accept", + "description": "Indicates that that the actor has accepted the object. For instance, a person accepting an award, or accepting an assignment.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "accept" + }, + "title": { + "type": "string", + "default": "{actor.displayName} accepted {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/access.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/access.json b/streams-pojo/src/main/jsonschema/verbs/access.json new file mode 100644 index 0000000..156e3cb --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/access.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Access", + "description": "Indicates that the actor has accessed the object. For instance, a person accessing a room, or accessing a file.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "access" + }, + "title": { + "type": "string", + "default": "{actor.displayName} accessed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/acknowledge.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/acknowledge.json b/streams-pojo/src/main/jsonschema/verbs/acknowledge.json new file mode 100644 index 0000000..2e84c43 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/acknowledge.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Acknowledge", + "description": "Indicates that the actor has acknowledged the object. This effectively signals that the actor is aware of the object's existence.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "acknowledge" + }, + "title": { + "type": "string", + "default": "{actor.displayName} acknowledge {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/add.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/add.json b/streams-pojo/src/main/jsonschema/verbs/add.json new file mode 100644 index 0000000..cec0c58 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/add.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Add", + "description": "Indicates that the actor has added the object to the target. For instance, adding a photo to an album.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "add" + }, + "title": { + "type": "string", + "default": "{actor.displayName} added {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/agree.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/agree.json b/streams-pojo/src/main/jsonschema/verbs/agree.json new file mode 100644 index 0000000..5095153 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/agree.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Agree", + "description": "Indicates that the actor agrees with the object. For example, a person agreeing with an argument, or expressing agreement with a particular issue.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "agree" + }, + "title": { + "type": "string", + "default": "{actor.displayName} agrees with {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/append.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/append.json b/streams-pojo/src/main/jsonschema/verbs/append.json new file mode 100644 index 0000000..648d192 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/append.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Append", + "description": "Indicates that the actor has appended the object to the target. For instance, a person appending a new record to a database.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "append" + }, + "title": { + "type": "string", + "default": "{actor.displayName} append {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/approve.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/approve.json b/streams-pojo/src/main/jsonschema/verbs/approve.json new file mode 100644 index 0000000..ec66f9b --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/approve.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Approve", + "description": "Indicates that the actor has approved the object. For instance, a manager might approve a travel request.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "approve" + }, + "title": { + "type": "string", + "default": "{actor.displayName} approved {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/archive.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/archive.json b/streams-pojo/src/main/jsonschema/verbs/archive.json new file mode 100644 index 0000000..24aea16 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/archive.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Archive", + "description": "Indicates that the actor has archived the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "archive" + }, + "title": { + "type": "string", + "default": "{actor.displayName} archived {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/assign.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/assign.json b/streams-pojo/src/main/jsonschema/verbs/assign.json new file mode 100644 index 0000000..8fe5458 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/assign.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Assign", + "description": "Indicates that the actor has assigned the object to the target.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "assign" + }, + "title": { + "type": "string", + "default": "{actor.displayName} assigned {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/at.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/at.json b/streams-pojo/src/main/jsonschema/verbs/at.json new file mode 100644 index 0000000..42c1222 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/at.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "At", + "description": "Indicates that the actor is currently located at the object. For instance, a person being at a specific physical location.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "assign" + }, + "title": { + "type": "string", + "default": "{actor.displayName} assigned {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/attach.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/attach.json b/streams-pojo/src/main/jsonschema/verbs/attach.json new file mode 100644 index 0000000..77ff605 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/attach.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Attach", + "description": "Indicates that the actor has attached the object to the target.For instance, a person attaching a file to a wiki page or an email.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "attach" + }, + "title": { + "type": "string", + "default": "{actor.displayName} attached {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/attend.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/attend.json b/streams-pojo/src/main/jsonschema/verbs/attend.json new file mode 100644 index 0000000..07e60fd --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/attend.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Attend", + "description": "Indicates that the actor has attended the object. For instance, a person attending a meeting.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "attend" + }, + "title": { + "type": "string", + "default": "{actor.displayName} attended {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/author.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/author.json b/streams-pojo/src/main/jsonschema/verbs/author.json new file mode 100644 index 0000000..b7aab62 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/author.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Author", + "description": "Indicates that the actor has authored the object. Note that this is a more specific form of the verb \"create\".", + "extends": { + "$ref": "./create.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "create" + }, + "title": { + "type": "string", + "default": "{actor.displayName} created {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/authorize.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/authorize.json b/streams-pojo/src/main/jsonschema/verbs/authorize.json new file mode 100644 index 0000000..7439b06 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/authorize.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Authorize", + "description": "Indicates that the actor has authorized the object. If a target is specified, it means that the authorization is specifically in regards to the target. For instance, a service can authorize a person to access a given application; in which case the actor is the service, the object is the person, and the target is the application. In contrast, a person can authorize a request; in which case the actor is the person and the object is the request and there might be no explicit target.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "authorize" + }, + "title": { + "type": "string", + "default": "{actor.displayName} authorized {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/borrow.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/borrow.json b/streams-pojo/src/main/jsonschema/verbs/borrow.json new file mode 100644 index 0000000..ede59c1 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/borrow.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Borrow", + "description": "Indicates that the actor has borrowed the object. If a target is specified, it identifies the entity from which the object was borrowed. For instance, if a person borrows a book from a library, the person is the actor, the book is the object and the library is the target.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "borrow" + }, + "title": { + "type": "string", + "default": "{actor.displayName} borrow {object.displayName} from {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/build.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/build.json b/streams-pojo/src/main/jsonschema/verbs/build.json new file mode 100644 index 0000000..a90441f --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/build.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Build", + "description": "Indicates that the actor has built the object. For example, if a person builds a model or compiles code.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "build" + }, + "title": { + "type": "string", + "default": "{actor.displayName} built {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/cancel.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/cancel.json b/streams-pojo/src/main/jsonschema/verbs/cancel.json new file mode 100644 index 0000000..4ab2406 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/cancel.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Cancel", + "description": "Indicates that the actor has canceled the object. For instance, canceling a calendar event.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "cancel" + }, + "title": { + "type": "string", + "default": "{actor.displayName} cancelled {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/checkin.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/checkin.json b/streams-pojo/src/main/jsonschema/verbs/checkin.json new file mode 100644 index 0000000..d59a8c2 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/checkin.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "checkin", + "description": "Indicates that the actor has checked-in to the object. For instance, a person checking-in to a Place.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "checkin" + }, + "title": { + "type": "string", + "default": "{actor.displayName} checked in at {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/close.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/close.json b/streams-pojo/src/main/jsonschema/verbs/close.json new file mode 100644 index 0000000..7aa049d --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/close.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Close", + "description": "Indicates that the actor has closed the object. For instance, the object could represent a ticket being tracked in an issue management system.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "close" + }, + "title": { + "type": "string", + "default": "{actor.displayName} closed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/complete.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/complete.json b/streams-pojo/src/main/jsonschema/verbs/complete.json new file mode 100644 index 0000000..4a95d48 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/complete.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Complete", + "description": "Indicates that the actor has completed the object", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "complete" + }, + "title": { + "type": "string", + "default": "{actor.displayName} completed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/confirm.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/confirm.json b/streams-pojo/src/main/jsonschema/verbs/confirm.json new file mode 100644 index 0000000..aa8d45c --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/confirm.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Confirm", + "description": "Indicates that the actor has confirmed or agrees with the object. For instance, a software developer might confirm an issue reported against a product.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "confirm" + }, + "title": { + "type": "string", + "default": "{actor.displayName} confirmed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/consume.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/consume.json b/streams-pojo/src/main/jsonschema/verbs/consume.json new file mode 100644 index 0000000..3dc558a --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/consume.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Consume", + "description": "Indicates that the actor has consumed the object. The specific meaning is dependent largely on the object's type. For instance, an actor may \"consume\" an audio object, indicating that the actor has listened to it; or an actor may \"consume\" a book, indicating that the book has been read. As such, the \"consume\" verb is a more generic form of other more specific verbs such as \"read\" and \"play\".", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "consume" + }, + "title": { + "type": "string", + "default": "{actor.displayName} consumed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/create.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/create.json b/streams-pojo/src/main/jsonschema/verbs/create.json new file mode 100644 index 0000000..dda3012 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/create.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Create", + "description": "Indicates that the actor has created the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "create" + }, + "title": { + "type": "string", + "default": "{actor.displayName} created {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/delete.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/delete.json b/streams-pojo/src/main/jsonschema/verbs/delete.json new file mode 100644 index 0000000..39966c9 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/delete.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Delete", + "description": "Indicates that the actor has deleted the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "delete" + }, + "title": { + "type": "string", + "default": "{actor.displayName} deleted {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/deliver.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/deliver.json b/streams-pojo/src/main/jsonschema/verbs/deliver.json new file mode 100644 index 0000000..a4b5648 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/deliver.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Deliver", + "description": "Indicates that the actor has delivered the object. For example, delivering a package.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "deliver" + }, + "title": { + "type": "string", + "default": "{actor.displayName} delivered {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/deny.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/deny.json b/streams-pojo/src/main/jsonschema/verbs/deny.json new file mode 100644 index 0000000..5bf473b --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/deny.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Deny", + "description": "Indicates that the actor has denied the object. For example, a manager may deny a travel request.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "deny" + }, + "title": { + "type": "string", + "default": "{actor.displayName} denied {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/disagree.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/disagree.json b/streams-pojo/src/main/jsonschema/verbs/disagree.json new file mode 100644 index 0000000..b2eb0c2 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/disagree.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Disagree", + "description": "Indicates that the actor disagrees with the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "disagree" + }, + "title": { + "type": "string", + "default": "{actor.displayName} disagrees with {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/dislike.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/dislike.json b/streams-pojo/src/main/jsonschema/verbs/dislike.json new file mode 100644 index 0000000..e33cb26 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/dislike.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Dislike", + "description": "Indicates that the actor dislikes the object. Note that the \"dislike\" verb is distinct from the \"unlike\" verb which assumes that the object had been previously \"liked\".", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "dislike" + }, + "title": { + "type": "string", + "default": "{actor.displayName} dislikes {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/experience.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/experience.json b/streams-pojo/src/main/jsonschema/verbs/experience.json new file mode 100644 index 0000000..b760a5d --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/experience.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Experience", + "description": "Indicates that the actor has experienced the object in some manner. Note that, depending on the specific object types used for both the actor and object, the meaning of this verb can overlap that of the \"consume\" and \"play\" verbs. For instance, a person might \"experience\" a movie; or \"play\" the movie; or \"consume\" the movie. The \"experience\" verb can be considered a more generic form of other more specific verbs as \"consume\", \"play\", \"watch\", \"listen\", and \"read\"", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "experience" + }, + "title": { + "type": "string", + "default": "{actor.displayName} experienced {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/favorite.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/favorite.json b/streams-pojo/src/main/jsonschema/verbs/favorite.json new file mode 100644 index 0000000..fa7afa3 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/favorite.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Favorite", + "description": "Indicates that the actor marked the object as an item of special interest.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "favorite" + }, + "title": { + "type": "string", + "default": "{actor.displayName} marked {object.displayName} as a favorite" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/find.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/find.json b/streams-pojo/src/main/jsonschema/verbs/find.json new file mode 100644 index 0000000..b1a7dacc --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/find.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Find", + "description": "Indicates that the actor has found the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "find" + }, + "title": { + "type": "string", + "default": "{actor.displayName} found {object.displayName}." + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/flag-as-inappropriate.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/flag-as-inappropriate.json b/streams-pojo/src/main/jsonschema/verbs/flag-as-inappropriate.json new file mode 100644 index 0000000..e6657aa --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/flag-as-inappropriate.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Flag-As-Inappropriate", + "description": "Indicates that the actor has flagged the object as being inappropriate for some reason. When using this verb, the context property can be used to provide additional detail about why the object has been flagged.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "flag-as-inappropriate" + }, + "title": { + "type": "string", + "default": "{actor.displayName} flagged {object.displayName} as inappropriate." + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/follow.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/follow.json b/streams-pojo/src/main/jsonschema/verbs/follow.json new file mode 100644 index 0000000..8f50b89 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/follow.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Follow", + "description": "Indicates that the actor began following the activity of the object. In most cases, the objectType will be a \"person\", but it can potentially be of any type that can sensibly generate activity. Processors MAY ignore (silently drop) successive identical \"follow\" activities.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "follow" + }, + "title": { + "type": "string", + "default": "{actor.displayName} started following {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/give.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/give.json b/streams-pojo/src/main/jsonschema/verbs/give.json new file mode 100644 index 0000000..a9b6e74 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/give.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Give", + "description": "Indicates that the actor is giving an object to the target. Examples include one person giving a badge object to another person. The object identifies the object being given. The target identifies the receiver.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "give" + }, + "title": { + "type": "string", + "default": "{actor.displayName} gave {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/host.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/host.json b/streams-pojo/src/main/jsonschema/verbs/host.json new file mode 100644 index 0000000..8c59cd0 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/host.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Host", + "description": "Indicates that the actor is hosting the object. As in hosting an event, or hosting a service.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "host" + }, + "title": { + "type": "string", + "default": "{actor.displayName} is hosting {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/ignore.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/ignore.json b/streams-pojo/src/main/jsonschema/verbs/ignore.json new file mode 100644 index 0000000..442de31 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/ignore.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Ignore", + "description": "Indicates that the actor has ignored the object. For instance, this verb may be used when an actor has ignored a friend request, in which case the object may be the request-friend activity.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "ignore" + }, + "title": { + "type": "string", + "default": "{actor.displayName} ignored {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/insert.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/insert.json b/streams-pojo/src/main/jsonschema/verbs/insert.json new file mode 100644 index 0000000..99db2ec --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/insert.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Insert", + "description": "Indicates that the actor has inserted the object into the target.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "insert" + }, + "title": { + "type": "string", + "default": "{actor.displayName} inserted {object.displayName} into {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/install.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/install.json b/streams-pojo/src/main/jsonschema/verbs/install.json new file mode 100644 index 0000000..e3d6e0c --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/install.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Install", + "description": "Indicates that the actor has installed the object, as in installing an application.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "install" + }, + "title": { + "type": "string", + "default": "{actor.displayName} installed {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/interact.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/interact.json b/streams-pojo/src/main/jsonschema/verbs/interact.json new file mode 100644 index 0000000..d589ce4 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/interact.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Interact", + "description": "Indicates that the actor has interacted with the object. For instance, when one person interacts with another.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "interact" + }, + "title": { + "type": "string", + "default": "{actor.displayName} interacted with {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/invite.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/invite.json b/streams-pojo/src/main/jsonschema/verbs/invite.json new file mode 100644 index 0000000..34a8691 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/invite.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Invite", + "description": "Indicates that the actor has invited the object, typically a person object, to join or participate in the object described by the target. The target could, for instance, be an event, group or a service.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "invite" + }, + "title": { + "type": "string", + "default": "{actor.displayName} invited {object.displayName} to {target.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/join.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/join.json b/streams-pojo/src/main/jsonschema/verbs/join.json new file mode 100644 index 0000000..78daed8 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/join.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Join", + "description": "Indicates that the actor has become a member of the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "join" + }, + "title": { + "type": "string", + "default": "{actor.displayName} joined {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/leave.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/leave.json b/streams-pojo/src/main/jsonschema/verbs/leave.json new file mode 100644 index 0000000..1ce73bc --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/leave.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Leave", + "description": "Indicates that the actor has left the object. For instance, a Person leaving a Group or checking-out of a Place.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "leave" + }, + "title": { + "type": "string", + "default": "{actor.displayName} left {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/like.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/like.json b/streams-pojo/src/main/jsonschema/verbs/like.json new file mode 100644 index 0000000..4ac1bf7 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/like.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Like", + "description": "Indicates that the actor marked the object as an item of special interest.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "like" + }, + "title": { + "type": "string", + "default": "{actor.displayName} likes {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/listen.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/listen.json b/streams-pojo/src/main/jsonschema/verbs/listen.json new file mode 100644 index 0000000..3476144 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/listen.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Listen", + "description": "Indicates that the actor has listened to the object. This is typically only applicable for objects representing audio content, such as music, an audio-book, or a radio broadcast.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "listen" + }, + "title": { + "type": "string", + "default": "{actor.displayName} listened to {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/lose.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/lose.json b/streams-pojo/src/main/jsonschema/verbs/lose.json new file mode 100644 index 0000000..60899ba --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/lose.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Lose", + "description": "Indicates that the actor has lost the object. For instance, if a person loses a game.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "lose" + }, + "title": { + "type": "string", + "default": "{actor.displayName} lost {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/make-friend.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/make-friend.json b/streams-pojo/src/main/jsonschema/verbs/make-friend.json new file mode 100644 index 0000000..a6440f1 --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/make-friend.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Befriend", + "description": "Indicates the creation of a friendship that is reciprocated by the object.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "make-friend" + }, + "title": { + "type": "string", + "default": "{actor.displayName} is now friends with {object.displayName}" + } + } +} http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/verbs/open.json ---------------------------------------------------------------------- diff --git a/streams-pojo/src/main/jsonschema/verbs/open.json b/streams-pojo/src/main/jsonschema/verbs/open.json new file mode 100644 index 0000000..0145bab --- /dev/null +++ b/streams-pojo/src/main/jsonschema/verbs/open.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0", + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "type": "object", + "title": "Open", + "description": "Indicates that the actor has opened the object. For instance, the object could represent a ticket being tracked in an issue management system.", + "extends": { + "$ref": "../activity.json" + }, + "properties": { + "verb": { + "type": "string", + "default": "open" + }, + "title": { + "type": "string", + "default": "{actor.displayName} opened {object.displayName}" + } + } +}
