Searched refs:json_type (Results 1 – 4 of 4) sorted by relevance
23 def execute_redfish_cmd(parms, json_type="json"): argument60 elif json_type == "json":
10 enum json_type type = json_object_get_type(jso); in convert_to_pydict()
1386 json_type = "application/json" variable in JsonApiRequestPlugin1395 request.content_type != self.json_type:1408 if self.json_type != content_type:1433 json_type = "application/json" variable in JsonApiRequestTypePlugin1438 if self.json_type != content_type:
797 json_type type = json_object_get_type(jobj); in _schemavalidator_validate_instance()