Sign in
apache
/
ranger
/
refs/heads/CodeStyleHbase
/
.
/
plugin-schema-registry
/
src
/
test
/
resources
/
schema-text3.avcs
blob: 21d9c2a39c5a729fbab5ad82ad7b88bb3b7b9b4c [
file
] [
log
] [
blame
]
{
"type"
:
"record"
,
"namespace"
:
"com.example"
,
"name"
:
"FullName"
,
"fields"
:
[
{
"name"
:
"first"
,
"type"
:
"string"
},
{
"name"
:
"last"
,
"type"
:
"string"
}
]
}