Validating JSON messages against Swagger definition in .Net core

1.2k Views Asked by At

I created a REST API using a Swagger definition, now I need to validate incoming messages using that swagger schema. I found several solutions but not in .net Is There any library in .net that can do it? (like swagger-schema-validator in java)

0

There are 0 best solutions below