"models": {
"unique_empty_identifier": {},
"(config)general-entity_modulePOST": {
"$schema": "http:,
"type": "object",
"id": "(config)general-entity_modulePOST",
"properties": {
"entity": {
"type": "array",
"items":
{
"$ref": "general-entity(config)entity"
}
}
}
},
Incorrect result converted by com.google.gson.Gson: "models": {
"_children": {
"unique_empty_identifier": {
"_children": {},
"_nodeFactory":
{
"_cfgBigDecimalExact": false
}
},
"(config)general-entity_modulePOST": {
"_children": {
"$schema":
{
"_value": "http:
}
,
"type":
{
"_value": "object"
}
,
"id":
{
"_value": "(config)general-entity_modulePOST"
}
,
"properties": {
"_children": {
"entity": {
"_children": {
"type":
{
"_value": "array"
}
,
"items": {
"_children": {
"$ref":
{
"_value": "general-entity(config)entity"
}
},
"_nodeFactory":
{
"_cfgBigDecimalExact": false
}
}
},
"_nodeFactory":
{
"_cfgBigDecimalExact": false
}
}
},
"_nodeFactory":
{
"_cfgBigDecimalExact": false
}
}
},
"_nodeFactory":
{
"_cfgBigDecimalExact": false
}
},