given a schema - generate the anti-schema
i.e. bad data
possible approaches
given a schema generate an anti-schema which will result in data that is not valid
n anti-value per row - pick one field and generate 'n' anti-values while all rest are correct
all anti-values - nothing is correct every value is an anti-value
This is useful for generating test data to find issues outside the schema.
given a schema - generate the anti-schema
i.e. bad data
possible approaches
given a schema generate an anti-schema which will result in data that is not valid
n anti-value per row - pick one field and generate 'n' anti-values while all rest are correct
all anti-values - nothing is correct every value is an anti-value
This is useful for generating test data to find issues outside the schema.