Skip to content

Commit 9a4f722

Browse files
committed
Move name of message threads
`uco-observable:displayName` is not associated with `uco-observable:MessageThreadFacet` by a SHACL property shape, at the time of UCO 1.3.0. Nothing encoded in UCO disallows the way it was used in `message.json`, but the data stored in that property is being removed to follow the suggestions from the SHACL shapes. Reported in CASE-Mapping-Python PR 38. No effects were observed on Make-managed files. References: * casework/CASE-Mapping-Python#38 Reported-by: Fabrizio Turchi <[email protected]> Signed-off-by: Alex Nelson <[email protected]>
1 parent 157d101 commit 9a4f722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/illustrations/message/message.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
{
160160
"@id": "kb:thread-4237ff8b-e049-4a56-bcf7-e89ed2797d83",
161161
"@type": "uco-observable:MessageThread",
162+
"uco-core:name": "Best Friend Chat!!",
162163
"uco-core:hasFacet": [
163164
{
164165
"@id": "kb:message-thread-facet-33f68c51-0737-4716-8b2d-7612cd78a99b",
165166
"@type": "uco-observable:MessageThreadFacet",
166167
"identifier": "[email protected]",
167-
"uco-observable:displayName": "Best Friend Chat!!",
168168
"uco-observable:visibility": false,
169169
"uco-observable:messageThread": {
170170
"@id": "kb:thread-c5b68f3b-a9a1-4595-9d54-b3fd3605871e",
@@ -240,12 +240,12 @@
240240
{
241241
"@id": "kb:thread-64330f59-a10d-4907-93f6-be9fc267834e",
242242
"@type": "uco-observable:MessageThread",
243+
"uco-core:name": "Argle-bargle",
243244
"uco-core:hasFacet": [
244245
{
245246
"@id": "kb:message-thread-facet-38d3fc48-8519-40c5-98f3-d4ad4d42a867",
246247
"@type": "uco-observable:MessageThreadFacet",
247248
"identifier": "twitter_public",
248-
"uco-observable:displayName": "Argle-bargle",
249249
"uco-observable:visibility": true,
250250
"uco-observable:messageThread": {
251251
"@id": "kb:thread-f8ebd1db-ce49-495e-850a-7b44187cb128",

0 commit comments

Comments
 (0)