You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/ActivityContent/Types/Note.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
|`attachment`|[Activity Vocabulary 2.0](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment)| no | Array of attached links or media | MUST be one of the [Supported Attachments](../Associated/Attachments.md)|
14
14
|`tag`|[Activity Vocabulary 2.0](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag)| no | Array of tags/mentions | MUST follow [Tag Type](../Associated/Tag.md)|
15
15
|`location`|[Activity Vocabulary 2.0](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location)| no | For location | MUST follow [Location Type](../Associated/Location.md)|
16
+
|`inReplyTo`|[Activity Vocabulary 2.0](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto)| no | Identifies the content being replied to | MUST be a [DSNP Content URI](../../DSNP/Identifiers.md#dsnp-content-uri)|
Copy file name to clipboardExpand all lines: pages/DSNP/Overview.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# DSNP Specification
2
-
__Version 1.3.0__
2
+
__Version pre-1.4.0__
3
3
4
4
DSNP (Decentralized Social Networking Protocol) is a social networking protocol designed to run on a blockchain.
5
5
It specifies a set of social primitives along with requirements for interoperability.
@@ -29,11 +29,10 @@ Compliant DSNP system specifications MUST document how each of the required DSNP
29
29
30
30
A compliant specification MUST specify a mapping from its system-specific state change data (for example, the events emitted by a blockchain) to the DSNP State Change Records that data represents.
31
31
32
-
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
32
+
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` --->
33
33
## Prerelease Changelog
34
34
35
-
- [DIP-xxx](https://github.com/LibertyDSNP/spec/issues/xxx) Name of Feature
36
-
--->
35
+
-[DIP-287](https://github.com/LibertyDSNP/spec/issues/287) DSNP Content URI Specificity
0 commit comments