Paidy · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Paidy.

55 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

paidy: https://paidy.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Payment Token Capture Refund Order OrderItem Address Buyer BuyerData id status currency description store_name test tier merchant_id wallet_id consumer_id version_nr kind token_id capture_id order_ref unit_price quantity tax shipping ltv order_count user_id buyer order items captures refunds metadata shipping_address billing_address origin suspensions buyer_data reason name1 name2 email phone name line1 line2 city state zip code authority

Properties

Property Type Container
amount double
created_at dateTime
updated_at dateTime
expires_at dateTime
deleted_at dateTime
activated_at dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "paidy": "https://paidy.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Payment": "paidy:Payment",
    "Token": "paidy:Token",
    "Capture": "paidy:Capture",
    "Refund": "paidy:Refund",
    "Order": "paidy:Order",
    "OrderItem": "paidy:OrderItem",
    "Address": "schema:PostalAddress",
    "Buyer": "schema:Person",
    "BuyerData": "paidy:BuyerData",

    "id": "@id",
    "status": "paidy:status",
    "amount": {
      "@id": "paidy:amount",
      "@type": "xsd:double"
    },
    "currency": "paidy:currency",
    "description": "schema:description",
    "store_name": "paidy:storeName",
    "test": "paidy:isTest",
    "tier": "paidy:tier",
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "expires_at": {
      "@id": "paidy:expiresAt",
      "@type": "xsd:dateTime"
    },
    "deleted_at": {
      "@id": "paidy:deletedAt",
      "@type": "xsd:dateTime"
    },
    "activated_at": {
      "@id": "paidy:activatedAt",
      "@type": "xsd:dateTime"
    },
    "merchant_id": "paidy:merchantId",
    "wallet_id": "paidy:walletId",
    "consumer_id": "paidy:consumerId",
    "version_nr": "paidy:versionNumber",
    "kind": "paidy:kind",
    "token_id": "paidy:tokenId",
    "capture_id": "paidy:captureId",
    "order_ref": "paidy:orderRef",
    "unit_price": "paidy:unitPrice",
    "quantity": "schema:orderQuantity",
    "tax": "paidy:taxAmount",
    "shipping": "paidy:shippingAmount",
    "ltv": "paidy:lifetimeValue",
    "order_count": "paidy:orderCount",
    "user_id": "paidy:userId",

    "buyer": "paidy:buyer",
    "order": "schema:order",
    "items": "schema:itemListElement",
    "captures": "paidy:captures",
    "refunds": "paidy:refunds",
    "metadata": "paidy:metadata",
    "shipping_address": "schema:deliveryAddress",
    "billing_address": "schema:billingAddress",
    "origin": "paidy:origin",
    "suspensions": "paidy:suspensions",
    "buyer_data": "paidy:buyerData",
    "reason": "paidy:reason",

    "name1": "schema:name",
    "name2": "paidy:alternateName",
    "email": "schema:email",
    "phone": "schema:telephone",
    "name": "schema:name",

    "line1": "schema:streetAddress",
    "line2": "paidy:addressLine2",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",

    "code": "paidy:reasonCode",
    "authority": "paidy:authority"
  }
}