Response payload for the BigCommerce API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaFieldCollectionResponse_POST_PUT", "title": "MetaFieldCollectionResponse_POST_PUT", "type": "object", "description": "Response payload for the BigCommerce API.\n", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Metafield" } }, "errors": { "type": "array", "description": "Empty for 200 responses.", "example": [] }, "meta": { "$ref": "#/components/schemas/CollectionMeta" } } }