invalid components: schema "settings": invalid example: value must be an array
Schema:
  {
    "default": [],
    "description": "Array containing delivery channels.",
    "example": "delivery",
    "items": {
      "default": "",
      "description": "Type of delivery channel. The values that are possible are: `pickup-in-point` for pickup point and `delivery` for regular delivery.",
      "example": "delivery",
      "type": "string"
    },
    "title": "deliveryChannels",
    "type": "array"
  }

Value:
  "delivery"
