Skip to content

Commit 6980d49

Browse files
committed
Make hrefSchema condition more clear.
1 parent e6eb1ef commit 6980d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ GET /foo/
14381438
<![CDATA[
14391439
templateData = populateDataFromInstance(T, ldo, instance)
14401440
1441-
if resolving "href" and ldo.hrefSchema exists:
1441+
if resolving "href" or "base" for "href" and ldo.hrefSchema exists:
14421442
inputData = acceptInput(ldo, instance, templateData)
14431443
for varname in inputData:
14441444
templateData[varname] = inputData[varname]

0 commit comments

Comments
 (0)