-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathjson-activity-targeting.yaml
45 lines (38 loc) · 1.24 KB
/
json-activity-targeting.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
identifier: activity-streams-target
title: Audience Targeting for JSON Activity Streams
specification_url: http://activitystrea.ms/specs/json/targeting/1.0/
status: draft
date: 2012-03-06
activity_components:
- name: To
description: Array of Objects specifying the public primary audience of an activity.
specification_anchor: properties
json:
property_name: to
specification_anchor: properties
- name: CC
description: Array of Objects specifying the public secondary audience of an activity.
specification_anchor: properties
json:
property_name: cc
specification_anchor: properties
- name: BTO
description: Array of Objects specifying the private primary audience of an activity.
specification_anchor: properties
json:
property_name: bto
specification_anchor: properties
- name: BCC
description: Array of Objects specifying the private secondary audience of an activity.
specification_anchor: properties
json:
property_name: bcc
specification_anchor: properties
object_components:
- name: Alias
description: A local alias for an object
specification_anchor: anchor3
json:
property_name: alias
specification_anchor: anchor3