Searched refs:validate_schema (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/ |
H A D | validate_registry.py | 113 def validate_schema(registry, schema): function 181 validate_schema(args.registry_file, schema)
|
/openbmc/libcper/include/libcper/ |
H A D | json-schema.h | 13 int validate_schema(json_object *schema, char *schema_directory,
|
/openbmc/phosphor-power/phosphor-regulators/tools/ |
H A D | validate-regulators-config.py | 344 def validate_schema(config, schema): function 423 config_json = validate_schema(args.configuration_file, args.schema_file)
|
/openbmc/libcper/ |
H A D | json-schema.c | 56 validate_schema(schema_ir, schema_dir, object, error_message); in validate_schema_from_file() 68 int validate_schema(json_object *schema, char *schema_directory, in validate_schema() function
|