• Get all paths from an input JSON schema that follows the JSON schema specifications (https://json-schema.org/)

    Parameters

    • schema: JsonSchema
    • parentPath: string = ''

    Returns {}

    an object containing all path set to 'false':

      path.to.2nd.var: false,
      ...
    }```
    

    Generated using TypeDoc