{ "type": "object", "description": "A HubSpot commerce subscription record.", "name": "Subscription", "properties": { "id": { "type": "string", "description": "The unique identifier for the subscription." }, "properties": { "type": "object", "description": "The subscription's properties as key-value pairs." }, "createdAt": { "type": "datetime" }, "updatedAt": { "type": "datetime" }, "archived": { "type": "boolean" }, "associations": { "type": "object" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }