Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angella Naigaga
Schema
Commits
a2b37448
Commit
a2b37448
authored
4 years ago
by
Ruben Seggers
Browse files
Options
Download
Email Patches
Plain Diff
messages and mail
parent
54b25b78
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
EdgeAndPropertyHierarchy/belongsTo/belongsTo.json
+4
-0
EdgeAndPropertyHierarchy/belongsTo/belongsTo.json
EdgeAndPropertyHierarchy/cc/cc.json
+1
-1
EdgeAndPropertyHierarchy/cc/cc.json
EdgeAndPropertyHierarchy/chat/chat.json
+0
-4
EdgeAndPropertyHierarchy/chat/chat.json
EdgeAndPropertyHierarchy/date/datetimeSent/datetimeSent.json
+4
-0
EdgeAndPropertyHierarchy/date/datetimeSent/datetimeSent.json
EdgeAndPropertyHierarchy/from/from.json
+1
-1
EdgeAndPropertyHierarchy/from/from.json
EdgeAndPropertyHierarchy/import/import.json
+0
-3
EdgeAndPropertyHierarchy/import/import.json
EdgeAndPropertyHierarchy/import/importCC/importCC.json
+0
-4
EdgeAndPropertyHierarchy/import/importCC/importCC.json
EdgeAndPropertyHierarchy/import/importTo/importTo.json
+0
-4
EdgeAndPropertyHierarchy/import/importTo/importTo.json
EdgeAndPropertyHierarchy/importJson/importJson.json
+4
-0
EdgeAndPropertyHierarchy/importJson/importJson.json
EdgeAndPropertyHierarchy/messageChannel/messageChannel.json
+4
-0
EdgeAndPropertyHierarchy/messageChannel/messageChannel.json
EdgeAndPropertyHierarchy/receiver/receiver.json
+2
-2
EdgeAndPropertyHierarchy/receiver/receiver.json
EdgeAndPropertyHierarchy/replyTo/from.json
+0
-4
EdgeAndPropertyHierarchy/replyTo/from.json
EdgeAndPropertyHierarchy/replyTo/replyTo.json
+1
-1
EdgeAndPropertyHierarchy/replyTo/replyTo.json
EdgeAndPropertyHierarchy/service/service.json
+4
-0
EdgeAndPropertyHierarchy/service/service.json
EdgeAndPropertyHierarchy/to/from.json
+0
-4
EdgeAndPropertyHierarchy/to/from.json
TypeHierarchy/Item/Account/Account.json
+18
-0
TypeHierarchy/Item/Account/Account.json
TypeHierarchy/Item/CreativeWork/DigitalDocument/Message/EmailMessage/EmailMessage.json
+0
-35
...rk/DigitalDocument/Message/EmailMessage/EmailMessage.json
TypeHierarchy/Item/CreativeWork/DigitalDocument/Message/Message.json
+22
-4
...hy/Item/CreativeWork/DigitalDocument/Message/Message.json
TypeHierarchy/Item/CreativeWork/DigitalDocument/MessageChannel/MessageChannel.json
+4
-1
...veWork/DigitalDocument/MessageChannel/MessageChannel.json
with
70 additions
and
68 deletions
+70
-68
.gitignore
+
1
-
0
View file @
a2b37448
# Output files
*schema.swift
*schema_target.swift
*schema_target2.swift
*schema.ts
*schema_target.ts
*autogenerated_database_schema.json
...
...
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/belongsTo/belongsTo.json
0 → 100644
+
4
-
0
View file @
a2b37448
{
"description"
:
"The Person this Item belongs to."
,
"type"
:
"Person"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/
CC/from
.json
→
EdgeAndPropertyHierarchy/
cc/cc
.json
+
1
-
1
View file @
a2b37448
{
"description"
:
"TBD"
,
"type"
:
"
Person
"
"type"
:
"
Account
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/chat/chat.json
deleted
100644 → 0
+
0
-
4
View file @
54b25b78
{
"description"
:
"A Chat this Item belongs to."
,
"type"
:
"Chat"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/date/datetimeSent/datetimeSent.json
0 → 100644
+
4
-
0
View file @
a2b37448
{
"description"
:
"Datetime when Item was sent."
,
"type"
:
"datetime"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/from/from.json
+
1
-
1
View file @
a2b37448
{
"description"
:
"TBD"
,
"type"
:
"
Person
"
"type"
:
"
Account
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/import/import.json
deleted
100644 → 0
+
0
-
3
View file @
54b25b78
{
"description"
:
"TBD"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/import/importCC/importCC.json
deleted
100644 → 0
+
0
-
4
View file @
54b25b78
{
"description"
:
"TBD"
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/import/importTo/importTo.json
deleted
100644 → 0
+
0
-
4
View file @
54b25b78
{
"description"
:
"TBD"
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/importJson/importJson.json
0 → 100644
+
4
-
0
View file @
a2b37448
{
"description"
:
"Data that cannot directly be imported in the appropriate Items (yet), in JSON format "
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/messageChannel/messageChannel.json
0 → 100644
+
4
-
0
View file @
a2b37448
{
"description"
:
"A message channel this Item belongs to, for instance a WhatsApp chat."
,
"type"
:
"MessageChannel"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/receiver/receiver.json
+
2
-
2
View file @
a2b37448
{
"description"
:
"The
Person
that received, or is to receive, this Item."
,
"type"
:
"
string
"
"description"
:
"The
account
that received, or is to receive, this Item."
,
"type"
:
"
Account
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/replyTo/from.json
deleted
100644 → 0
+
0
-
4
View file @
54b25b78
{
"description"
:
"TBD"
,
"type"
:
"Person"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/
import/importFrom/importFrom
.json
→
EdgeAndPropertyHierarchy/
replyTo/replyTo
.json
+
1
-
1
View file @
a2b37448
{
"description"
:
"TBD"
,
"type"
:
"
string
"
"type"
:
"
Account
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/
import/importReplyTo/importReplyTo
.json
→
EdgeAndPropertyHierarchy/
service/service
.json
+
4
-
0
View file @
a2b37448
{
"description"
:
"
TBD
"
,
"description"
:
"
A service of any kind.
"
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/to/from.json
deleted
100644 → 0
+
0
-
4
View file @
54b25b78
{
"description"
:
"TBD"
,
"type"
:
"Person"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/Account/Account.json
0 → 100644
+
18
-
0
View file @
a2b37448
{
"description"
:
"An account, typically for an online service, for instance an Apple account."
,
"properties"
:
[
"displayName"
,
"nameQuality"
,
"enablePresence"
,
"enableReceipts"
,
"service"
],
"relations"
:
{
"belongsTo"
:
{
"sequenced"
:
false
,
"singular"
:
false
}
},
"foregroundColor"
:
"#ffffff"
,
"backgroundColor"
:
"#93c47d"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/CreativeWork/DigitalDocument/Message/EmailMessage/EmailMessage.json
deleted
100644 → 0
+
0
-
35
View file @
54b25b78
{
"description"
:
"A single message."
,
"properties"
:
[
"textContent"
,
"sender"
,
"chatJid"
,
"chatReceiver"
,
"subject"
,
"date"
,
"importFrom"
,
"importTo"
,
"importCC"
,
"importReplyTo"
],
"relations"
:
{
"from"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"to"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"CC"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"replyTo"
:
{
"sequenced"
:
false
,
"singular"
:
false
}
},
"foregroundColor"
:
"#ffffff"
,
"backgroundColor"
:
"#93c47d"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/CreativeWork/DigitalDocument/Message/Message.json
+
22
-
4
View file @
a2b37448
...
...
@@ -2,12 +2,30 @@
"description"
:
"A single message."
,
"properties"
:
[
"textContent"
,
"sender"
,
"chatJid"
,
"chatReceiver"
"content"
,
"type"
,
"importJson"
,
"subject"
,
"datetimeSent"
],
"relations"
:
{
"chat"
:
{
"messageChannel"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"sender"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"receiver"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"cc"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"replyTo"
:
{
"sequenced"
:
false
,
"singular"
:
false
}
...
...
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/CreativeWork/DigitalDocument/
Chat/Chat
.json
→
TypeHierarchy/Item/CreativeWork/DigitalDocument/
MessageChannel/MessageChannel
.json
+
4
-
1
View file @
a2b37448
...
...
@@ -3,13 +3,16 @@
"properties"
:
[
"name"
,
"topic"
,
"receiver"
,
"encrypted"
],
"relations"
:
{
"photo"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"receiver"
:
{
"sequenced"
:
false
,
"singular"
:
false
}
},
"foregroundColor"
:
"#ffffff"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets