Open
Description
Hi,
I try to enrich a JSON generated file that is in a valid openapi JSON format and properly renders in Redoc.
But still I get this error:
[Error [HARError]: validation failed] {
errors: [
{
keyword: 'format',
dataPath: '.url',
schemaPath: '#/properties/url/format',
params: { format: 'uri' },
message: 'should match format "uri"'
}
]
}
It is clear that there is something wrong with the URL, but I have no idea where to look.
Could you point in the right direction? Or is there an option to show more detailed debug output?
Metadata
Metadata
Assignees
Labels
No labels