|
@@ -1460,7 +1460,7 @@ JSON::JSONObject* Framework::Validator::DataValidator::getJsonSchema(
|
|
|
JSON::JSONArray* required = new JSON::JSONArray();
|
|
|
for (XML::Element* e : zConstraint->selectChildren())
|
|
|
{
|
|
|
- JSON::JSONObject* prop = getJsonSchema(e, zDefs);
|
|
|
+ JSON::JSONObject* prop = getJsonSchema(e->zChild(0), zDefs);
|
|
|
properties->addValue(e->getAttributeValue("name"), prop);
|
|
|
if (!e->getAttributeValue("optional").istGleich("true"))
|
|
|
{
|