Loading 103280/TS_103_280.schema.json +1 −0 Original line number Diff line number Diff line { "$id": "ts_103280_2017_07", "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "ShortString": { "type": "string", Loading utils/translate/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ mappings = [ def translate_schema (schema_path: str, ns_to_id_map: dict, schema_locations = []): js = { "$id" : "?", "$schema" : "https://json-schema.org/draft/2020-12/schema", "$defs" : {} } Loading utils/translate_spec.py +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ if __name__ == "__main__": ] } json_string = json.dumps(js, indent=2) json_string = json.dumps(js, indent=2) + "\n" if "Core" in schema_tuple[1]: json_string = json_string.replace('"$ref": "#/$defs/HI1Object"', '"$ref": "#/$defs/ConcreteHI1Object"') Loading Loading
103280/TS_103_280.schema.json +1 −0 Original line number Diff line number Diff line { "$id": "ts_103280_2017_07", "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "ShortString": { "type": "string", Loading
utils/translate/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ mappings = [ def translate_schema (schema_path: str, ns_to_id_map: dict, schema_locations = []): js = { "$id" : "?", "$schema" : "https://json-schema.org/draft/2020-12/schema", "$defs" : {} } Loading
utils/translate_spec.py +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ if __name__ == "__main__": ] } json_string = json.dumps(js, indent=2) json_string = json.dumps(js, indent=2) + "\n" if "Core" in schema_tuple[1]: json_string = json_string.replace('"$ref": "#/$defs/HI1Object"', '"$ref": "#/$defs/ConcreteHI1Object"') Loading