Hi All, Is the following legal schema:
{
{
"metadata" : {
"schema" : {
"family" : "search",
"version" : "v1",
"attrs" : [ "srch" ]
}
}
}{
"metadata" : {
"schema" : {
"family" : "UDB",
"version" : "v1",
"attrs" : [ "login", "reg" ]
}
}
}
}
Note the metadata is appear twice in 2 different record with different
definition.
Thanks
Patrick
