quux00 / hive-json-schema

Tool to generate a Hive schema from a JSON example doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The attribute name is unique in entire json.

Jakkani opened this issue · comments

Hi, The object name/attribute name is duplicate in the different object like with in array or structure then it is now working.
expected: The names within an object SHOULD be unique. but not in the entire json.

Could you provide an example of what you mean? I don't quite understand what you are saying. Are you saying that this tool should enforce unique attribute names within a JSON object? If so, this tool isn't intended to be a JSON validator. It just translates JSON to Hive schema syntax.