AJSF API reference
    Preparing search index...

    Function resolveSchemaReferences

    • '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 //

      Parameters

      • schema: any
      • schemaRefLibrary: any
      • schemaRecursiveRefMap: any
      • dataRecursiveRefMap: any
      • arrayMap: any

      Returns any