invalid components: schema "account": invalid example: value must be an array
Schema:
  {
    "description": "Deprecated. What features are enabled for your account. Choices include: app.dynamic_metadata - the ability to dynamically tag videos to better segment and understand your audiences, app.event_log - the ability to create and retrieve a log detailing how your videos were interacted with, player.white_label - the ability to customise your player, stats.player_events - the ability to see statistics about how your player is being used, transcode.mp4_support - the ability to reformat content into mp4 using the H264 codec.",
    "example": "[\"app.dynamic_metadata, app.event_log\"]",
    "items": {
      "type": "string"
    },
    "type": "array"
  }

Value:
  "[\"app.dynamic_metadata, app.event_log\"]"
