Changes
2 changed files (+5/-4)
-
-
@@ -23,9 +23,7 @@ type Link struct {// In the [HTML5], any string not containing the "space" U+0020, "tab" (U+0009), "LF" (U+000A), // "FF" (U+000C), "CR" (U+000D) or "," (U+002C) characters can be used as a valid link relation. Rel *Link `jsonld:"rel"` // When used on a GetLink, identifies the MIME media type of the referenced resource. // When used on an APObject, identifies the MIME media type of the value of the content property. // If not specified, the content property is assumed to contain text/html content. // When used on a Link, identifies the MIME media type of the referenced resource. MediaType MimeType `jsonld:"mediaType,omitempty"` // On a GetLink, specifies a hint as to the rendering height in device-independent pixels of the linked resource. Height uint `jsonld:"height,omitempty"`
-
-
-
@@ -206,7 +206,10 @@ type Object struct {// The notion of "context" used is intentionally vague. // The intended function is to serve as a means of grouping objects and activities that share a // common originating context or purpose. An example could be all activities relating to a common project or event. //Context ObjectOrLink `jsonld:"_"` Context ObjectOrLink `jsonld:"context,omitempty"` // When used on an Object, identifies the MIME media type of the value of the content property. // If not specified, the content property is assumed to contain text/html content. MediaType MimeType `jsonld:"mediaType,omitempty"` // The date and time describing the actual or expected ending time of the object. // When used with an Activity object, for instance, the endTime property specifies the moment // the activity concluded or is expected to conclude.
-