From 8ba7252d70689c4e22edbc5eacd8f7f26850faa5 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 4 Sep 2023 12:52:53 +1200 Subject: [PATCH] tweak wording of string schema section --- jsonschema-core.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jsonschema-core.md b/jsonschema-core.md index 2857a07e..b5e48a55 100644 --- a/jsonschema-core.md +++ b/jsonschema-core.md @@ -241,8 +241,9 @@ intent is clear to both human readers and implementations. #### String JSON Schemas -A string schema operates as an implicit reference to another schema object. -A string schema is a shorthand for a schema containing only the `$ref` keyword. +A string schema operates as an implicit reference to another schema resource. A +string schema is a shorthand for a schema object containing only the `$ref` +keyword. For example, the schema