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