Is it possible to hide a relations field?

System Information
  • Strapi Version: 4.14.0
  • Operating System: MacOS
  • Database: Postgres
  • Node Version: 18.x
  • NPM Version: 9.5.x
  • Yarn Version:

I want to introduce a custom component to handle relations in the entity creation page. I want to hide the default relations field in the UI, and replace it with my custom component. How can I do that? Can I do that in the schema.json?