Skip to content

Commit 6238600

Browse files
Update proposals/2024-08-01-Self-Identification.md
Co-authored-by: Mike Kistler <[email protected]>
1 parent 2ff3c42 commit 6238600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/2024-08-01-Self-Identification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Many of these use cases can be worked around, but only by restricting deployment
5757

5858
Self-identification of resources with identity independent of location is common in the JSON Schema world. This demonstrates that implementation is not just feasible but well-proven, particularly given that JSON Schema's `$id` is more complex to support than this proposal.
5959

60-
The JSON Schema package used by the [OASComply](https://github.com/OAI/oascomply) project includes a [schema catalog](https://jschon.readthedocs.io/en/latest/tutorial/catalog.html) with [configurable file and network sources](https://jschon.readthedocs.io/en/latest/examples/file_based_schemas.html) to manage the the URI-to-URL mapping (local files can be considered `file:` URLs).
60+
The JSON Schema package used by the [OASComply](https://github.com/OAI/oascomply) project includes a [schema catalog](https://jschon.readthedocs.io/en/latest/tutorial/catalog.html) with [configurable file and network sources](https://jschon.readthedocs.io/en/latest/examples/file_based_schemas.html) to manage the URI-to-URL mapping (local files can be considered `file:` URLs).
6161

6262
Self-identification is common in other formats as well. Notably, the Atom format pioneered the use of [web links with `rel="self"`](https://www.rfc-editor.org/rfc/rfc4287.html#section-4.2.7.2) for this purpose.
6363

0 commit comments

Comments
 (0)