-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>ADR Schema Generator</title> | ||
<title>Azure IoT Operations Schema Generator</title> | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<!-- Custom CSS --> | ||
|
@@ -16,7 +16,7 @@ | |
</head> | ||
<body> | ||
<div class="container my-5"> | ||
<h1 class="text-center mb-4">ADR Schema Generator</h1> | ||
<h1 class="text-center mb-4">Azure IoT Operations Schema Generator</h1> | ||
<p class="text-center"> | ||
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. | ||
|