From 7539affac22f5aa1275b62fa9dc42043d8762795 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 9 Sep 2025 22:39:10 -0400 Subject: Allow Any as alias of String --- site/spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/spec.html b/site/spec.html index fdd3fed..f5cb5e2 100644 --- a/site/spec.html +++ b/site/spec.html @@ -455,19 +455,19 @@ The value of the type rule for vehicle.car.id is String, for vehicle.truck.id is UInt, for my.truck.id is Float, for my.car.id is Int, -and for my.nephews.car.id is String (no schema key matches, so the default of String is used). +and for my.nephews.car.id is Any (no schema key matches, so the default is used).

type rule

- Default: String. + Default: Any.

This describes what values a key is allowed to be associated with. The following types are defined: