Array of strings in configuration

Hi,

Is there an example / documentation which shows how to define and use array of values from configuration?

(custom component python code)

data:
   xxx: 
     - a
     - b
     - c

Thx