Unified.to · Schema

CommerceCollections

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-commercecollections-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommerceCollections",
  "title": "CommerceCollections",
  "items": {
    "$ref": "#/components/schemas/CommerceCollection"
  },
  "type": "array"
}