Skip to content

Commit

Permalink
add that the base IRI is also a base for nested resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Oct 13, 2024
1 parent 94bdd23 commit 3f547ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,9 @@ fragment).
When the value of this keyword is resolved against the current base IRI, the
resulting absolute IRI then serves as the identifier for the schema resource and
as a base IRI for relative IRI references in keywords within that schema
resource, in accordance with [RFC 3987 section 6.5](#rfc3987) and
[RFC 3986 section 5.1.1](#rfc3986) regarding base IRIs embedded in content.
resource and for nested schema resources, in accordance with [RFC 3987 section
6.5](#rfc3987) and [RFC 3986 section 5.1.1](#rfc3986) regarding base IRIs
embedded in content.

Note that this IRI is an identifier and not necessarily a network locator. In
the case of a network-addressable URL, a schema need not be downloadable from
Expand Down

0 comments on commit 3f547ac

Please sign in to comment.