Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Djson-schema.c196 json_object *one_of = json_object_object_get(schema, "oneOf"); in validate_field() local
197 if (one_of != NULL && json_object_get_type(one_of) == json_type_array) { in validate_field()
201 int len = json_object_array_length(one_of); in validate_field()
206 json_object_array_get_idx(one_of, i); in validate_field()