Block · JSON-LD Context

Block Context

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

35 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

block: https://developer.squareup.com/docs/
schema: https://schema.org/

Classes

id type Payment Order Customer CatalogObject Location Money status source_type amount_money total_money amount currency location_id created_at updated_at state version line_items given_name family_name email_address phone_number name description address timezone item_data variations price_money idempotency_key source_id cursor limit

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "block": "https://developer.squareup.com/docs/",
    "schema": "https://schema.org/",
    "id": "@id",
    "type": "@type",
    "Payment": "block:Payment",
    "Order": "block:Order",
    "Customer": "block:Customer",
    "CatalogObject": "block:CatalogObject",
    "Location": "block:Location",
    "Money": "block:Money",
    "status": "block:status",
    "source_type": "block:sourceType",
    "amount_money": "block:amountMoney",
    "total_money": "block:totalMoney",
    "amount": "block:amount",
    "currency": "schema:currency",
    "location_id": "block:locationId",
    "created_at": "schema:dateCreated",
    "updated_at": "schema:dateModified",
    "state": "block:state",
    "version": "block:version",
    "line_items": "block:lineItems",
    "given_name": "schema:givenName",
    "family_name": "schema:familyName",
    "email_address": "schema:email",
    "phone_number": "schema:telephone",
    "name": "schema:name",
    "description": "schema:description",
    "address": "schema:address",
    "timezone": "schema:eventSchedule",
    "item_data": "block:itemData",
    "variations": "block:variations",
    "price_money": "block:priceMoney",
    "idempotency_key": "block:idempotencyKey",
    "source_id": "block:sourceId",
    "cursor": "block:cursor",
    "limit": "block:limit"
  }
}