{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaFieldCollectionResponsePartialSuccess_POST_PUT", "title": "MetaFieldCollectionResponsePartialSuccess_POST_PUT", "type": "object", "description": "Response payload for the BigCommerce API.\n", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Metafield" } }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/Error" } }, "meta": { "$ref": "#/components/schemas/WriteCollectionPartialSuccessMeta" } } }