blob: f553260d3d1106b1856a0c2dc3507a0465abdfd3 [file] [log] [blame]
{
version: '1.0',
defaultSchema: 'BUG',
schemas: [
{
name: 'BUG',
type: 'custom',
factory: 'net.hydromatic.optiq.impl.csv.CsvSchemaFactory',
operand: {
directory: 'target/test-classes/bug'
}
}
]
}