This document describes the configuration message schema which is used to specify machine configurations in blueprints. It is contained as a byte array, as described in the official blueprint specification.
The DATA byte array is serialized identically to the bytes it was parsed from. It parses into an array of CONFIGS:
[ CONFIGS ]
*
- CONFIGS Configurations which contain data specifying different information about machines. Each config is a string key that specifies which config type it is, followed by an array which contains the data itself.