Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sergey Kozlovskiy
Schema
Commits
587ea47c
Commit
587ea47c
authored
4 years ago
by
Ruben Seggers
Browse files
Options
Download
Email Patches
Plain Diff
some more deprecated entities removed
parent
74ffd42a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
EdgeAndPropertyHierarchy/account/account.json
+4
-0
EdgeAndPropertyHierarchy/account/account.json
EdgeAndPropertyHierarchy/date/dateOrdered/dateOrdered.json
+4
-0
EdgeAndPropertyHierarchy/date/dateOrdered/dateOrdered.json
EdgeAndPropertyHierarchy/discount/discount.json
+4
-0
EdgeAndPropertyHierarchy/discount/discount.json
EdgeAndPropertyHierarchy/flag/flag.json
+2
-2
EdgeAndPropertyHierarchy/flag/flag.json
EdgeAndPropertyHierarchy/handle/handle.json
+0
-4
EdgeAndPropertyHierarchy/handle/handle.json
EdgeAndPropertyHierarchy/identifier/discountCode/discountCode.json
+4
-0
...opertyHierarchy/identifier/discountCode/discountCode.json
EdgeAndPropertyHierarchy/onlineProfile/onlineProfile.json
+0
-4
EdgeAndPropertyHierarchy/onlineProfile/onlineProfile.json
EdgeAndPropertyHierarchy/payedWithAccount/payedWithAccount.json
+4
-0
...dPropertyHierarchy/payedWithAccount/payedWithAccount.json
EdgeAndPropertyHierarchy/transaction/transaction.json
+4
-0
EdgeAndPropertyHierarchy/transaction/transaction.json
TypeHierarchy/Item/Account/Account.json
+3
-2
TypeHierarchy/Item/Account/Account.json
TypeHierarchy/Item/OnlineProfile/OnlineProfile.json
+0
-10
TypeHierarchy/Item/OnlineProfile/OnlineProfile.json
TypeHierarchy/Item/Person/Person.json
+1
-1
TypeHierarchy/Item/Person/Person.json
TypeHierarchy/Item/Receipt/Receipt.json
+6
-2
TypeHierarchy/Item/Receipt/Receipt.json
TypeHierarchy/Item/Transaction/Transaction.json
+12
-1
TypeHierarchy/Item/Transaction/Transaction.json
with
48 additions
and
26 deletions
+48
-26
EdgeAndPropertyHierarchy/account/account.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"An account or subscription, for instance for some online service, or a bank account or wallet."
,
"type"
:
"Account"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/date/dateOrdered/dateOrdered.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"The date this Item was lost."
,
"type"
:
"datetime"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/discount/discount.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"A discount or price reduction."
,
"type"
:
"Measure"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/flag/flag.json
+
2
-
2
View file @
587ea47c
{
"description"
:
"T
BD
"
,
"type"
:
"
File
"
"description"
:
"T
he flag that represents some Item, for instance a Country.
"
,
"type"
:
"
Photo
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/handle/handle.json
deleted
100644 → 0
+
0
-
4
View file @
74ffd42a
{
"description"
:
"TBD"
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/identifier/discountCode/discountCode.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"Can be used to get a discount."
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/onlineProfile/onlineProfile.json
deleted
100644 → 0
+
0
-
4
View file @
74ffd42a
{
"description"
:
"An online profile, typically on social media."
,
"type"
:
"OnlineProfile"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/payedWithAccount/payedWithAccount.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"The Account used to pay."
,
"type"
:
"Account"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/transaction/transaction.json
0 → 100644
+
4
-
0
View file @
587ea47c
{
"description"
:
"An agreement between a buyer and a seller to exchange an asset for payment."
,
"type"
:
"Transaction"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/Account/Account.json
+
3
-
2
View file @
587ea47c
{
"description"
:
"An account or subscription,
typically
for some
(
online
)
service,
f
or
instance an Apple accoun
t."
,
"description"
:
"An account or subscription,
for instance
for some online service, or
a bank account or walle
t."
,
"properties"
:
[
"displayName"
,
"nameQuality"
,
"enablePresence"
,
"enableReceipts"
,
"service"
"service"
,
"type"
],
"relations"
:
{
"belongsTo"
:
{
...
...
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/OnlineProfile/OnlineProfile.json
deleted
100644 → 0
+
0
-
10
View file @
74ffd42a
{
"description"
:
"An online profile, typically on social media."
,
"properties"
:
[
"type"
,
"handle"
],
"relations"
:
{},
"foregroundColor"
:
"#ffffff"
,
"backgroundColor"
:
"#93c47d"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/Person/Person.json
+
1
-
1
View file @
587ea47c
...
...
@@ -51,7 +51,7 @@
"sequenced"
:
false
,
"singular"
:
false
},
"
onlineProfile
"
:
{
"
account
"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
...
...
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/Receipt/Receipt.json
+
6
-
2
View file @
587ea47c
...
...
@@ -3,9 +3,13 @@
"properties"
:
[
],
"relations"
:
{
"
receipt
"
:
{
"
file
"
:
{
"sequenced"
:
false
,
"singular"
:
false
"singular"
:
true
},
"transaction"
:
{
"sequenced"
:
false
,
"singular"
:
true
}
},
"foregroundColor"
:
"#ffffff"
,
...
...
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/Transaction/Transaction.json
+
12
-
1
View file @
587ea47c
...
...
@@ -2,7 +2,10 @@
"description"
:
"An agreement between a buyer and a seller to exchange an asset for payment."
,
"properties"
:
[
"orderStatus"
,
"orderNumber"
"orderNumber"
,
"discountCode"
,
"dateOrdered"
,
"dateExecuted"
],
"relations"
:
{
"purchaseLocation"
:
{
...
...
@@ -16,6 +19,14 @@
"billingAddress"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"payedWithAccount"
:
{
"sequenced"
:
false
,
"singular"
:
false
},
"discount"
:
{
"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