Response payload for the BigCommerce API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaFieldCollectionResponse", "title": "MetaFieldCollectionResponse", "type": "object", "description": "Response payload for the BigCommerce API.\n", "properties": { "data": { "$ref": "#/components/schemas/Metafield" }, "meta": { "$ref": "#/components/schemas/CollectionMeta" } }, "x-internal": false }