ldexterldesign / BUY-SELL

💵 A schema (made from https://json-schema.org + https://schema.org) to help me record/reference when buying/selling things (and perhaps you too?)
0 stars 0 forks source link

Enhance for unknown values (e.g. undefined, null, n/a, none, ?) #27

Open ldexterldesign opened 2 years ago

ldexterldesign commented 2 years ago
{
    "dateCreated": "2022-07-19",
    "datePurchased": "2019-09",
    "priceSpecification": {
        "deliveryChargeSpecification": {
            "price": null // ?
        },
        "price": null, // ?
        "priceCurrency": "eur",
        "totalPrice": 74.38,
        "totalPriceUnit": 7.438,
        "unitPriceSpecification": {
            "referenceQuantity": 10
        },
        "valueAddedTaxIncluded": null // ?
    },
    "product": {
        "brand": "http://tricorp.com",
        "model": "t190",
        "name": "tricorp",
        "size": "medium",
        "url": "http://tricorp.com/en/all-products/t-shirts/101002-t190/190-gsm-t-shirt"
    },
    "seller": {
        "agent": {
            "url": "http://beschermkleding-shop.nl/t-shirt-rom88-t-190.html"
        },
        "agentType": "organization"
    }
}