yaade icon indicating copy to clipboard operation
yaade copied to clipboard

[feature request] schema validation

Open pavelpp opened this issue 1 year ago • 2 comments

Can you please implement schema validation in yaade?

pavelpp avatar Dec 16 '24 09:12 pavelpp

Can you elaborate on this a little bit more? Where would you want "schema validation"?

jonrosner avatar Dec 16 '24 10:12 jonrosner

@jonrosner sure. You can check examples here https://testsigma.com/blog/schema-validation-in-api-testing/ . Postman and some other tools support it in the UI, which is quite convenient, but if that is too much work, then we could use the same approach as Bruno, which allows requiring ajv json schema validation library in scripts, which is safe https://docs.usebruno.com/testing/script/inbuilt-libraries

pavelpp avatar Dec 16 '24 10:12 pavelpp