checks a schema for a given path to exist and outputs its schema

if the path does not exist, it returns undefined

  • Parameters

    • schema: JSONSchema7
    • path: string

    Returns JSONSchema7Definition | JSONSchema7Definition[]