From 0e67750ab5014fd21c5bec2fceea15bf766f9e81 Mon Sep 17 00:00:00 2001
From: Sarven Capadisli Serialization
An Activity Streams
Document is a JSON document whose root value is an
Activity Streams Object of any type, including a
- Collection, and whose MIME media type is
+ Collection, and whose media type ([[!IANA-MEDIA-TYPES]]) is
"application/activity+json".
When a JSON-LD enabled Activity Streams 2.0 implementation encounters
a JSON document identified using the
- "
- This specification registers the
- When used on a Link, identifies the MIME media type of the
+ When used on a Link, identifies the media type of the
referenced resource.
- When used on an Object, identifies the MIME media
+ When used on an Object, identifies the media
type of the value of the
The content MAY be expressed using multiple language-tagged
From ff56515911c0015b03ff5e4c46bccde86fed72d1 Mon Sep 17 00:00:00 2001
From: Sarven Capadisli
The content MAY be expressed using multiple language-tagged
application/activity+json" MIME media type, and
+ "application/activity+json" media type, and
that document does not contain a @context property
whose value includes a reference to the normative
Activity Streams 2.0 JSON-LD
@@ -896,7 +896,7 @@ Link
IANA Considerations
The
application/activity+json Media Typeapplication/activity+json MIME Media Type specifically for identifying documents
+ This specification registers the application/activity+json media type specifically for identifying documents
conforming to the Activity Streams 2.0 format.
Deprecated Activity Streams 1.0 Syntax
application/stream+json" MIME
+ Implementations can use the "application/stream+json"
media type when producing a JSON serialization using the Activity
Streams 1.0 syntax, and "application/activity+json"
when producing a serialization conforming to the 2.0 syntax.
@@ -2347,7 +2347,7 @@ Deprecated Activity Streams 1.0 Syntax
application/stream+json" or the more
- generic "application/json" MIME media type MUST follow
+ generic "application/json" media type MUST follow
the syntax and processing rules set by [[AS1]]. The 2.0
syntax and processing rules apply only when handling
serializations using the "application/activity+json" media
@@ -2538,6 +2538,9 @@ Changelog
Links and Relationships
xsd:float)xsd:float)xsd:string)xsd:dateTime)xsd:float)xsd:float)Properties
Notes:
content property.
If not specified, the content property is
assumed to contain text/html content.
@@ -5066,7 +5066,7 @@ Properties
Range:
- MIME Media Type
+ xsd:string ([[!IANA-MEDIA-TYPES]])
Functional:
@@ -6891,6 +6891,9 @@ Changelog
last, and current properties to
Collection.
+ Link
{
diff --git a/vocabulary/index.html b/vocabulary/index.html
index 3e72abf..0cfd340 100644
--- a/vocabulary/index.html
+++ b/vocabulary/index.html
@@ -4679,7 +4679,7 @@ Properties
The content or textual representation of the Object encoded as a
JSON string. By default, the value of content is
HTML. The mediaType property can be used in
- the object to indicate a different content type.
+ the object to indicate a different media type.
Properties
The content or textual representation of the Object encoded as a
JSON string. By default, the value of content is
HTML. The mediaType property can be used in
- the object to indicate a different media type.
+ the object to indicate a different media type for the
+ content property.