Home
last modified time | relevance | path

Searched refs:juniq (Results 1 – 1 of 1) sorted by relevance

/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c437 json_object *juniq = json_object_object_get(jschema, "uniqueItems"); in _schemavalidator_check_uniqueItems() local
438 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()