Debbie Collect · JSON-LD Context

Debbie Context

JSON-LD context defining the semantic vocabulary for Debbie from Debbie Collect.

5 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
debbie: https://schema.debbiecollect.com/

Classes

Case Customer Creditor Voucher Payment

Properties

Property Type Container
id
name schema:Text
email schema:Text
phone schema:Text
principal_amount schema:Number
outstanding_amount schema:Number
currency schema:Text
status schema:Text
due_date schema:Date
reference_id schema:Text

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.debbiecollect.com/",
    "schema": "https://schema.org/",
    "debbie": "https://schema.debbiecollect.com/",
    "Case": "debbie:Case",
    "Customer": "schema:Person",
    "Creditor": "schema:Organization",
    "Voucher": "debbie:Voucher",
    "Payment": "schema:PaymentMethod",
    "id": {"@id": "schema:identifier"},
    "name": {"@id": "schema:name", "@type": "schema:Text"},
    "email": {"@id": "schema:email", "@type": "schema:Text"},
    "phone": {"@id": "schema:telephone", "@type": "schema:Text"},
    "principal_amount": {"@id": "debbie:principalAmount", "@type": "schema:Number"},
    "outstanding_amount": {"@id": "debbie:outstandingAmount", "@type": "schema:Number"},
    "currency": {"@id": "schema:priceCurrency", "@type": "schema:Text"},
    "status": {"@id": "debbie:status", "@type": "schema:Text"},
    "due_date": {"@id": "schema:dueDate", "@type": "schema:Date"},
    "reference_id": {"@id": "debbie:referenceId", "@type": "schema:Text"}
  }
}