From 944f3742b61ef26c26bfbf160a5e69e7e2e3179f Mon Sep 17 00:00:00 2001 From: mirivlad Date: Wed, 15 Jul 2026 03:04:49 +0800 Subject: [PATCH] fix: declare hostname vectors as an object schema --- schemas/hostname-normalization-v1.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/hostname-normalization-v1.json b/schemas/hostname-normalization-v1.json index 602df9b..e0d41cf 100644 --- a/schemas/hostname-normalization-v1.json +++ b/schemas/hostname-normalization-v1.json @@ -2,6 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/hostname-normalization-v1.json", "title": "Verstak canonical hostname normalization v1 test vectors", + "type": "object", "description": "Canonical hostnames are lowercase ASCII A-labels without a port or trailing DNS dot. Bare hostnames accept DNS names, IPv4, bracketed IPv6, localhost, and internal single-label names. URL inputs accept only HTTP(S). Invalid or excessively long input normalizes to an empty string.", "version": 1, "bare": [