Marker enum value that indicates "whatever" choice, meaning that decorator does NOT specify shape to use.
Value that indicates that (JSON) Array type should be used.
Value that indicates that (JSON) boolean type (true, false) should be used.
Value that indicates that floating-point numeric type should be used.
Value that indicates that integer number type should be used.
Value that indicates that (JSON) Object type should be used.
Value that indicates shape should not be structural.
Value that indicates that (JSON) String type should be used.
Generated using TypeDoc
Value enumeration used for indicating preferred Shape; translates loosely to JSON types.