Skip to content

Commit 3e89618

Browse files
author
Venkat Yalla
authored
Update index.html
1 parent 0b40760 commit 3e89618

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

adr-schema-gen/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ <h1 class="text-center mb-4">Azure IoT Operations Schema Generator</h1>
2121
Paste your JSON payload below. The generator supports all valid data types,
2222
including complex types like arrays, maps, structs, dates, timestamps, decimals, and binary data.
2323
</p>
24+
<!-- Disclaimer -->
25+
<div class="alert alert-warning text-center" role="alert">
26+
<strong>Disclaimer:</strong> This is a helper tool only and not an official product with support.
27+
Please check the output carefully as it may contain mistakes.
28+
</div>
2429
<!-- Schema Type Selection -->
2530
<div class="mb-4">
2631
<h2>Select Schema Type</h2>
@@ -35,7 +40,8 @@ <h2>Select Schema Type</h2>
3540
</div>
3641
<div class="mb-4">
3742
<h2>Input JSON Payload</h2>
38-
<pre class="border rounded"><code id="json-input" class="language-json" contenteditable="true" spellcheck="false">{}</code></pre>
43+
<!-- Input Field -->
44+
<textarea id="json-input" class="form-control" rows="10" spellcheck="false">{}</textarea>
3945
<div id="error-message" class="text-danger fw-bold mt-2"></div>
4046
</div>
4147
<!-- Schema Details (JSON Schema only) -->

0 commit comments

Comments
 (0)