Ask a question to get started
Enter to sendā¢Shift+Enter new line
Validates if a JSON schema validates only strings. May return false negatives in some edge cases (like recursive or unresolvable refs).
validatesOnlyStrings(schema: unknown): boolean
schema
unknown
The schema to validate.