In the unit tests for SBOM::Cyclone I observe this error: ``` Format rule for 'string' is missing at […]/JSON/Validator/Schema.pm line 605. ``` I'm guessing that the format table needs an entry for `string` that succeeds for any input?
In the unit tests for SBOM::Cyclone I observe this error:
I'm guessing that the format table needs an entry for
stringthat succeeds for any input?