Searched refs:juniq (Results 1 – 1 of 1) sorted by relevance
437 json_object *juniq = json_object_object_get(jschema, "uniqueItems"); in _schemavalidator_check_uniqueItems() local438 if (!juniq) { in _schemavalidator_check_uniqueItems()446 if (!json_object_is_type(juniq, json_type_boolean)) { in _schemavalidator_check_uniqueItems()453 if (json_object_get_boolean(juniq) == 0) { in _schemavalidator_check_uniqueItems()