File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,13 +746,13 @@ def validate_core(
746
746
errors += "/ : Link[rel=root] must exist"
747
747
else :
748
748
if not is_json_type (root .get ("type" )):
749
- errors += f"/ : Link[rel=root] type is not application/geo+ json, instead { root .get ('type' )} "
749
+ errors += f"/ : Link[rel=root] type is not application/json, instead { root .get ('type' )} "
750
750
751
751
if not (_self := link_by_rel (links , "self" )):
752
752
warnings += "/ : Link[rel=self] must exist"
753
753
else :
754
754
if not is_json_type (_self .get ("type" )):
755
- errors += f"/ : Link[rel=self] type is not application/geo+ json, instead { _self .get ('type' )} "
755
+ errors += f"/ : Link[rel=self] type is not application/json, instead { _self .get ('type' )} "
756
756
757
757
if not (service_desc := link_by_rel (links , "service-desc" )):
758
758
errors += "/ : Link[rel=service-desc] must exist"
You can’t perform that action at this time.
0 commit comments