Update schema.json ID to point to the raw Git repository; enhance schema.md with an overview section and additional notes for better clarity and usability of the WH Telemetry Protocol documentation.

This commit is contained in:
2025-07-08 11:41:16 +08:00
parent e66d62ed6a
commit f78d95d98d
2 changed files with 22 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://example.com/wh-telemetry.schema.json",
"$id": "https://git.weihua-iot.cn/crosstyan/whtp/raw/branch/main/schema.json",
"title": "WH Telemetry Protocol v1 Message",
"description": "JSON Schema definition for a WH Telemetry Protocol (WHTP) telemetry message.",
"type": "object",