module JsonSchema

The DataType strategy uses the data type of any primitive or enum property as the generated data.

IMPORTANT: Generates valid data agains a given schema? NO!

The Null strategy uses 'nil' as the generated data for any primitive or enum property.

IMPORTANT: Generates valid data agains a given schema? NO!

The Static strategy generates static values according to the data type of any primitive or enum property.

IMPORTANT: Generates valid data agains a given schema? NO!