Skip to content

Commit 4e00f59

Browse files
author
Venkat Yalla
authored
Update index.html
1 parent 58b0896 commit 4e00f59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adr-schema-gen/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Azure IoT Operations Schema Generator</title>
7+
<title>Schema Gen Helper</title>
88
<!-- Bootstrap CSS -->
99
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
1010
<!-- Custom CSS -->
@@ -16,15 +16,15 @@
1616
</head>
1717
<body>
1818
<div class="container my-5">
19-
<h1 class="text-center mb-4">Azure IoT Operations Schema Generator</h1>
19+
<h1 class="text-center mb-4">Schema Gen Helper</h1>
2020
<p class="text-center">
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>
2424
<!-- Disclaimer -->
2525
<div class="alert alert-warning text-center" role="alert">
26-
<strong>Disclaimer:</strong> This is an AI-generated helper tool only and not an official product with support.
27-
Please check the output carefully as it may contain mistakes.
26+
<strong>Note:</strong> This is an AI-generated helper tool intended for convenience only.
27+
Verify the output carefully, as it may contain mistakes. This tool comes with no official support.
2828
</div>
2929
<!-- Schema Type Selection -->
3030
<div class="mb-4">

0 commit comments

Comments
 (0)