blob: d3b75952af5f0ec3704871cd35badc195b5f7346 [file] [log] [blame]
# This example demonstrates how to create a well formed yaml document that complies with the schema
# definition.
#
# It is also used to demonstrate specific use cases and how they are handled in the current schema.
name: 'coral'
# Defines the default config that is shared across the family.
componentConfig:
bluetoothConfigPath: '/etc/bluetooth/coral.conf'
models:
- name: 'astronaut'
# Optionally specifies any model specific override values.
componentConfig:
bluetoothConfigPath: '/etc/bluetooth/astronaut.conf'
- name: 'lava'
componentConfig:
bluetoothConfigPath: '/etc/bluetooth/lava.conf'