Hello @pradeepdubey82 ,You can use Sling Deligation Pattern and write your desired Json scheme in Java.
after that, you can use it on your page.html
<script type="application/ld+json">${page.schemaJsonLD @context='unsafe'}</script>
Another way,You can directly add your LD script to page.html and fi...