JsonSchemaRegexConstraint

Undocumented in source.
mixin template JsonSchemaRegexConstraint (
string keyword
) {}

Constructors

this
this(SchemaT.Adapter.AggregateType value)
Undocumented in source.

Members

Static variables

KEYWORD
auto KEYWORD;
Undocumented in source.

Variables

value
Regex!char value;
Undocumented in source.

Meta