Commit 587ea47c authored by Ruben Seggers's avatar Ruben Seggers
Browse files

some more deprecated entities removed

parent 74ffd42a
Showing with 48 additions and 26 deletions
+48 -26
{
"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
{
"description": "The date this Item was lost.",
"type": "datetime"
}
\ No newline at end of file
{
"description": "A discount or price reduction.",
"type": "Measure"
}
\ No newline at end of file
{
"description": "TBD",
"type": "File"
"description": "The flag that represents some Item, for instance a Country.",
"type": "Photo"
}
\ No newline at end of file
{
"description": "TBD",
"type": "string"
}
\ No newline at end of file
{
"description": "Can be used to get a discount.",
"type": "string"
}
\ No newline at end of file
{
"description": "An online profile, typically on social media.",
"type": "OnlineProfile"
}
\ No newline at end of file
{
"description": "The Account used to pay.",
"type": "Account"
}
\ No newline at end of file
{
"description": "An agreement between a buyer and a seller to exchange an asset for payment.",
"type": "Transaction"
}
\ No newline at end of file
{
"description": "An account or subscription, typically for some (online) service, for instance an Apple account.",
"description": "An account or subscription, for instance for some online service, or a bank account or wallet.",
"properties": [
"displayName",
"nameQuality",
"enablePresence",
"enableReceipts",
"service"
"service",
"type"
],
"relations": {
"belongsTo": {
......
{
"description": "An online profile, typically on social media.",
"properties": [
"type",
"handle"
],
"relations": {},
"foregroundColor": "#ffffff",
"backgroundColor": "#93c47d"
}
\ No newline at end of file
......@@ -51,7 +51,7 @@
"sequenced": false,
"singular": false
},
"onlineProfile": {
"account": {
"sequenced": false,
"singular": false
},
......
......@@ -3,9 +3,13 @@
"properties": [
],
"relations": {
"receipt": {
"file": {
"sequenced": false,
"singular": false
"singular": true
},
"transaction": {
"sequenced": false,
"singular": true
}
},
"foregroundColor": "#ffffff",
......
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment