Sign in
apache
/
incubator-gobblin
/
45cc773b2ddacd8ded7c2f69bd07cbd85c6571a1
/
.
/
gobblin-utility
/
src
/
test
/
resources
/
flattenAvro
/
recordWithinMapWithinMap_flattened.json
blob: b82752aa156d01bb87fe7e4f03e31531c206c20b [
file
] [
log
] [
blame
]
{
"type"
:
"map"
,
"values"
:
{
"type"
:
"map"
,
"values"
:
{
"type"
:
"record"
,
"name"
:
"nestedRecord"
,
"fields"
:
[
{
"name"
:
"nestedRecordFieldInt"
,
"type"
:
"int"
}
]
}
}
}