Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
veyalla authored Nov 18, 2024
1 parent 0b40760 commit 3e89618
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion adr-schema-gen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ <h1 class="text-center mb-4">Azure IoT Operations Schema Generator</h1>
Paste your JSON payload below. The generator supports all valid data types,
including complex types like arrays, maps, structs, dates, timestamps, decimals, and binary data.
</p>
<!-- Disclaimer -->
<div class="alert alert-warning text-center" role="alert">
<strong>Disclaimer:</strong> This is a helper tool only and not an official product with support.
Please check the output carefully as it may contain mistakes.
</div>
<!-- Schema Type Selection -->
<div class="mb-4">
<h2>Select Schema Type</h2>
Expand All @@ -35,7 +40,8 @@ <h2>Select Schema Type</h2>
</div>
<div class="mb-4">
<h2>Input JSON Payload</h2>
<pre class="border rounded"><code id="json-input" class="language-json" contenteditable="true" spellcheck="false">{}</code></pre>
<!-- Input Field -->
<textarea id="json-input" class="form-control" rows="10" spellcheck="false">{}</textarea>
<div id="error-message" class="text-danger fw-bold mt-2"></div>
</div>
<!-- Schema Details (JSON Schema only) -->
Expand Down

0 comments on commit 3e89618

Please sign in to comment.