json-schema-org / json-schema-org/website

🐛 Bug: Search and remove `any` from codebase

Open
#1,034 15 comments 0 reactions 1 assignee View on GitHub

@vtushar06 is already working on this.

Since Jan 10, 2026.

🐛 Bug Hacktoberfest Status: Accepted Status: In Progress
Dominant language
HTML
Stars
169
Forks
484
Avg merge
2d 2h
Merged PRs (30d)
6

Description

Describe the bug

-> While performing a quick VS Code search its found that there are several places in the codebase where any datatype is used,
-> Using any in place of correct data type alters the strictness of typescript hence its a not a good practice to use them.

-> The main objective of this issue is to find the files where any keyword is used and replace them with the correct data type definition.

Steps To Reproduce

Do a VSCode Search to find the files using any keyword. They are mostly used in component files

Expected Behavior

There should be no use of any keyword in the codebase

Screenshots

No response

Device Information [optional]
- OS: Linux (Debian)
- Browser: Firefox
- version: Latest
Are you working on this issue?

No

Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.