{ "@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" } }