Add schema helpers

This commit is contained in:
Ulf Wiger
2025-03-07 16:46:10 +01:00
parent e553a2c338
commit afad9544bb
2 changed files with 89 additions and 1 deletions
+1 -1
View File
@@ -791,7 +791,7 @@ expand_schema(S, S0) when is_map(S) ->
%% https://json-schema.org/understanding-json-schema/structuring#dollarref
%% When $id is used in a subschema, it indicates an embedded schema.
%% The identifier for the embedded schema is the value of $id
%%resolved against the Base URI of the schema it appears in.
%% resolved against the Base URI of the schema it appears in.
%% A schema document that includes embedded schemas is called a
%% Compound Schema Document. Each schema with an $id in a
%% Compound Schema Document is called a Schema Resource.