Synchrony Financial · JSON-LD Context

Synchrony Financial Context

JSON-LD context defining the semantic vocabulary for Synchrony Financial from Synchrony Financial.

24 Classes 2 Properties 1 Namespaces
View Context View on GitHub

Namespaces

syf: https://developer.syf.com/vocab/

Classes

Transaction CreditApplication PreapprovalOffer transactionId authorizationCode merchantId accountNumber transactionStatus transactionType channel merchantOrderId applicationId creditLimit offerId preapprovalDecision firstName lastName email phone street city state zipCode country

Properties

Property Type Container
amount schema:Number
timestamp schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "syf": "https://developer.syf.com/vocab/",
    "Transaction": "syf:Transaction",
    "CreditApplication": "syf:CreditApplication",
    "PreapprovalOffer": "syf:PreapprovalOffer",
    "transactionId": "syf:transactionId",
    "authorizationCode": "syf:authorizationCode",
    "merchantId": "syf:merchantId",
    "accountNumber": "syf:accountNumber",
    "transactionStatus": "syf:transactionStatus",
    "transactionType": "syf:transactionType",
    "channel": "syf:channel",
    "merchantOrderId": "syf:merchantOrderId",
    "applicationId": "syf:applicationId",
    "creditLimit": "syf:creditLimit",
    "offerId": "syf:offerId",
    "preapprovalDecision": "syf:preapprovalDecision",
    "amount": {
      "@id": "schema:price",
      "@type": "schema:Number"
    },
    "timestamp": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "email": "schema:email",
    "phone": "schema:telephone",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zipCode": "schema:postalCode",
    "country": "schema:addressCountry"
  }
}