From 7539affac22f5aa1275b62fa9dc42043d8762795 Mon Sep 17 00:00:00 2001
From: pommicket 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:
String
— accepts any valueAny
or String
— accepts any valueNone
— accepts an unset value (special—see below)Empty
— accepts an empty value (equivalent to ''
)