CINXE.COM

Vendor JSON Validation

<!doctype html> <html> <head> <title>Vendor JSON Validation</title> <link rel="stylesheet" type="text/css" href="styles.css" /> <script src="app.min.js?v=20241006103100"></script> </head> <body> <h1 data-trans="title">Vendor JSON Validation</h1> <div class="url-container"> <div> <label data-trans="urlToDeviceStorageJson">Url to device storage JSON</label> <input id="url" type="text" placeholder="https://..." /> </div> <div> <input id="validateButton" type="button" value="Validate" data-trans="validate" /> </div> </div> <div class="issues-container"> </div> </body> </html>