Skip to content

Commit 157d101

Browse files
committed
Revert :visibility property to definition in Observable namespace
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 <fabrizio.turchi@cnr.it> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent d9a8a60 commit 157d101

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
@@ -165,7 +165,7 @@
165165
"@type": "uco-observable:MessageThreadFacet",
166166
"identifier": "billy~sarah@whatsapp.gs.net",
167167
"uco-observable:displayName": "Best Friend Chat!!",
168-
"drafting:visibility": "PRIVATE",
168+
"uco-observable:visibility": false,
169169
"uco-observable:messageThread": {
170170
"@id": "kb:thread-c5b68f3b-a9a1-4595-9d54-b3fd3605871e",
171171
"@type": "uco-types:Thread",
@@ -246,7 +246,7 @@
246246
"@type": "uco-observable:MessageThreadFacet",
247247
"identifier": "twitter_public",
248248
"uco-observable:displayName": "Argle-bargle",
249-
"drafting:visibility": "PUBLIC",
249+
"uco-observable:visibility": true,
250250
"uco-observable:messageThread": {
251251
"@id": "kb:thread-f8ebd1db-ce49-495e-850a-7b44187cb128",
252252
"@type": "uco-types:Thread",

0 commit comments

Comments
 (0)