'resolveSchemaReferences' function
Find all $ref links in schema and save links and referenced schemas in schemaRefLibrary, schemaRecursiveRefMap, and dataRecursiveRefMap
// schema // schemaRefLibrary // { Map<string, string> } schemaRecursiveRefMap // { Map<string, string> } dataRecursiveRefMap // { Map<string, number> } arrayMap //
'resolveSchemaReferences' function
Find all $ref links in schema and save links and referenced schemas in schemaRefLibrary, schemaRecursiveRefMap, and dataRecursiveRefMap
// schema // schemaRefLibrary // { Map<string, string> } schemaRecursiveRefMap // { Map<string, string> } dataRecursiveRefMap // { Map<string, number> } arrayMap //