The permutator is a C program compiled to WASM that creates permutations based on JSON schema. It should create permutations based on the "array" type.
Requirements
Add permutations over the JSON schema type "array"
Check for any enums and use these if provided
Check for any examples and use these
Check for any defaults and use these
Check for any constraints and ensure that any randomly generated arrays meet the constraints, there may be minItems, maxItems etc. as possible array constraints
Abstract
The permutator is a C program compiled to WASM that creates permutations based on JSON schema. It should create permutations based on the "array" type.
Requirements
minItems
,maxItems
etc. as possible array constraints