Alliance Data Systems Context

JSON-LD context defining the semantic vocabulary for Alliance Data Systems from Alliance Data Systems (Bread Financial Holdings).

Alliance Data Systems Context is a JSON-LD context published by Alliance Data Systems (Bread Financial Holdings) on the APIs.io network.

It defines 35 semantic classes, 15 properties.

Top classes include Organization, FinancialProduct, LoanOrCredit, Brand, BreadFinancialHoldings, and 30 more. Namespace prefixes: bread, ads, schema, dcterms, and xsd. Tagged areas include Financial Services, Fintech, Buy Now Pay Later, BNPL, and Bread Pay.

35 Classes 15 Properties 5 Namespaces
View Context View on GitHub

Namespaces

bread: https://breadfinancial.com/schema/
ads: https://breadfinancial.com/schema/legacy/alliance-data-systems/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization FinancialProduct LoanOrCredit Brand BreadFinancialHoldings AllianceDataSystems ComenityBank BreadPay SplitPay Installments Buyer Transaction Cart PaymentOption MerchantOfRecord Address id name email phone givenName familyName address1 locality region postalCode country carrier trackingNumber shippedAt productType previousName tickerSymbol founded renamedOn

Properties

Property Type Container
amount reference
value integer
currency string
status string
createdOn dateTime
modifiedOn dateTime
buyerId string
merchantOfRecordID string
merchantNote string
termMonths integer
apr decimal
monthlyPayment reference
spinoffs set
divestitures set
subsidiaries set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "bread": "https://breadfinancial.com/schema/",
    "ads": "https://breadfinancial.com/schema/legacy/alliance-data-systems/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Organization": "schema:Organization",
    "FinancialProduct": "schema:FinancialProduct",
    "LoanOrCredit": "schema:LoanOrCredit",
    "Brand": "schema:Brand",

    "BreadFinancialHoldings": "bread:BreadFinancialHoldings",
    "AllianceDataSystems": "ads:AllianceDataSystems",
    "ComenityBank": "bread:ComenityBank",
    "BreadPay": "bread:BreadPay",
    "SplitPay": "bread:SplitPay",
    "Installments": "bread:Installments",

    "Buyer": "bread:Buyer",
    "Transaction": "bread:Transaction",
    "Cart": "bread:Cart",
    "PaymentOption": "bread:PaymentOption",
    "MerchantOfRecord": "bread:MerchantOfRecord",
    "Address": "schema:PostalAddress",

    "id": "@id",
    "name": "schema:name",
    "email": "schema:email",
    "phone": "schema:telephone",
    "givenName": "schema:givenName",
    "familyName": "schema:familyName",

    "amount": {
      "@id": "bread:amount",
      "@type": "@id"
    },
    "value": {
      "@id": "bread:value",
      "@type": "xsd:integer"
    },
    "currency": {
      "@id": "schema:priceCurrency",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "bread:status",
      "@type": "xsd:string"
    },
    "createdOn": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "modifiedOn": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "buyerId": {
      "@id": "bread:buyerId",
      "@type": "xsd:string"
    },
    "merchantOfRecordID": {
      "@id": "bread:merchantOfRecordID",
      "@type": "xsd:string"
    },
    "merchantNote": {
      "@id": "bread:merchantNote",
      "@type": "xsd:string"
    },

    "address1": "schema:streetAddress",
    "locality": "schema:addressLocality",
    "region": "schema:addressRegion",
    "postalCode": "schema:postalCode",
    "country": "schema:addressCountry",

    "carrier": "bread:carrier",
    "trackingNumber": "schema:trackingNumber",
    "shippedAt": "bread:shippedAt",

    "productType": "bread:productType",
    "termMonths": {
      "@id": "bread:termMonths",
      "@type": "xsd:integer"
    },
    "apr": {
      "@id": "bread:apr",
      "@type": "xsd:decimal"
    },
    "monthlyPayment": {
      "@id": "bread:monthlyPayment",
      "@type": "@id"
    },

    "previousName": "schema:alternateName",
    "tickerSymbol": "schema:tickerSymbol",
    "founded": "schema:foundingDate",
    "renamedOn": "bread:renamedOn",
    "spinoffs": {
      "@id": "bread:spinoffs",
      "@container": "@set"
    },
    "divestitures": {
      "@id": "bread:divestitures",
      "@container": "@set"
    },
    "subsidiaries": {
      "@id": "schema:subOrganization",
      "@container": "@set"
    }
  }
}