README.mdView |
---|
23 | 23 … | with the following change: |
24 | 24 … | |
25 | 25 … | - Message type is added. |
26 | 26 … | - Property "site" refers to the Wikimedia site base URL. |
27 | | -- Property `pageHash` is a [denormalization](https://en.wikipedia.org/wiki/Denormalization) used to facilitate querying SSB for an article. It is the SSB blob hash of the values for the site property and title property, separated by a tab ("\t"). |
| 27 … | +- Property `pageId` is a [denormalization](https://en.wikipedia.org/wiki/Denormalization) used to facilitate querying SSB for an article. It is the SSB blob hash of the values for the site property and title property, separated by a tab ("\t"). |
28 | 28 … | - Content ("*" property in revision slots) is replaced with the id of the SSB blob containing that content, at property "link". |
29 | 29 … | - Property "parents" is an array of links to the latest previous message(s) of the same type for the same page containing previous revisions to the page. Any revision parent id referenced from the current message should be found in the current message or a message referenced in this parents array. |
30 | 30 … | |
31 | 31 … | Example: |
36 | 36 … | "pageid": 77777777, |
37 | 37 … | "ns": 0, |
38 | 38 … | "site": "https://en.example.org/", |
39 | 39 … | "title": "Article Title", |
40 | | - "pageHash": "&...sha256", |
| 40 … | + "pageId": "&...sha256", |
41 | 41 … | "parents": [ |
42 | 42 … | "%...sha256", |
43 | 43 … | ], |
44 | 44 … | "revisions": [ |