Skip to content

Commit e6969c7

Browse files
committed
Do not resolve and replace refs in examples
1 parent b990050 commit e6969c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogc/bblocks/validation/json_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def validate(self, filename: Path, output_filename: Path, report: ValidationRepo
119119
section=ValidationReportSection.FILES,
120120
message=f'Using {filename.name} from {file_from}',
121121
))
122-
json_doc = jsonref.replace_refs(json_doc, base_uri=filename.as_uri(), merge_props=True, proxies=False)
122+
# json_doc = jsonref.replace_refs(json_doc, base_uri=filename.as_uri(), merge_props=True, proxies=False)
123123

124124
if '@graph' in json_doc:
125125
json_doc = json_doc['@graph']

0 commit comments

Comments
 (0)