SYNOPSIS

my $structure = {
	name => $name,
	fields => [
		[$field_name, $type, $value],
		[$field_name, $type, $value],
		...
	]
}