Checks if the given input is a JSONSchema7Definition but not an array of them.

  • Parameters

    • json: JSONSchema7Definition | JSONSchema7Definition[]

      The input to check.

    Returns json is JSONSchema7Definition

    True if the input is a JSONSchema7Definition and not an array.