{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RequestHeaders", "title": "Request Headers", "type": "object", "description": "These are the minium request headers needed for BigCommerce. ", "properties": { "Accepts": { "type": "string", "default": "application/json" } }, "x-internal": false }