Searched refs:registry_json (Results 1 – 1 of 1) sorted by relevance
14 def check_duplicate_names(registry_json): argument24 for entry in registry_json["PELs"]:31 def check_duplicate_reason_codes(registry_json): argument40 for entry in registry_json["PELs"]:51 def check_component_id(registry_json): argument60 for entry in registry_json["PELs"]:81 def check_message_args(registry_json): argument90 for entry in registry_json["PELs"]:123 registry_json = json.load(registry_handle)132 jsonschema.validate(registry_json, schema_json)[all …]